88
99Pod ::Spec . new do |s |
1010 s . name = 'SwiftSpreadsheet'
11- s . version = '0.1 .0'
12- s . summary = 'A short description of SwiftSpreadsheet .'
11+ s . version = '1.0 .0'
12+ s . summary = 'A spreadsheet CollectionViewLayout in Swift .'
1313
1414# This description is used to generate tags and improve search results.
1515# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,14 +18,14 @@ Pod::Spec.new do |s|
1818# * Finally, don't worry about the indent, CocoaPods strips it!
1919
2020 s . description = <<-DESC
21- TODO: Add long description of the pod here .
21+ Reference to the demo application. More information coming soon .
2222 DESC
2323
24- s . homepage = 'https://github.com/Wojtek Kordylewski /SwiftSpreadsheet'
24+ s . homepage = 'https://github.com/stuffrabbit /SwiftSpreadsheet'
2525 # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626 s . license = { :type => 'MIT' , :file => 'LICENSE' }
2727 s . author = { 'Wojtek Kordylewski' => 'wk@mome-app.com' }
28- s . source = { :git => 'https://github.com/Wojtek Kordylewski /SwiftSpreadsheet.git' , :tag => s . version . to_s }
28+ s . source = { :git => 'https://github.com/stuffrabbit /SwiftSpreadsheet.git' , :tag => s . version . to_s }
2929 # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030
3131 s . ios . deployment_target = '8.0'
0 commit comments