Skip to content

Commit 9d3ef60

Browse files
committed
update podspec
1 parent 5cc3995 commit 9d3ef60

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

RTDataSourceAdapter.podspec

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,25 @@
22
Pod::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

2726
end

0 commit comments

Comments
 (0)