File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Pod ::Spec . new do |s |
33
44 s . name = "RTDataSourceAdapter"
5- s . version = « 0. 1.0 »
5+ s . version = " 0.1.0"
66 s . summary = "DataSource library."
77
88 s . description = <<-DESC
99 RTDataSourceAdapter is a library that simplifies the working with the UITableView controls
1010 DESC
1111
1212 s . homepage = "https://github.com/RTILab/RTDataSourceAdapter"
13-
13+ s . screenshots = "https://raw.githubusercontent.com/RTILab/RTDataSourceAdapter/master/images/RTDataSourceAdapter.gif"
14+
1415 s . license = "MIT"
15- s . author = { «Ivan Morozov " => " w -e -r -n -e -r @bk . ru " }
16+
17+ s . author = { "Ivan Morozov" => "w-e-r-n-e-r@bk.ru" }
1618 s . social_media_url = "https://ru-ru.facebook.com/people/Ivan-Morozov/100006824496626"
1719
18- s.platform = :ios, ‘ 8.0’
20+ s . platform = :ios , " 8.0"
1921
2022 s . source = { :git => "https://github.com/RTILab/RTDataSourceAdapter.git" , :tag => s . version . to_s }
2123
22- s . requires_arc = true
23-
24- s . source_files = 'src/RTDataSourceAdapter'
25- s . frameworks = 'UIKit'
24+ s . source_files = "src/RTDataSourceAdapter"
2625
2726end
You can’t perform that action at this time.
0 commit comments