-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Migration to Swift 3.0 and ready for iOS 10
- Loading branch information
Robin Oster
committed
Sep 20, 2016
1 parent
aae1ae4
commit e3bcbc9
Showing
9 changed files
with
109 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,30 +7,15 @@ | |
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "ROStorageBar" | ||
s.version = "2.0.0" | ||
s.summary = "Dynamic Storage Bar (a là iTunes Usage Bar) written in Swift" | ||
s.description = <<-DESC | ||
ROStorageBar is a library which provides an easy way to create an UIView which looks | ||
similar like the iTunes Usage Bar. | ||
DESC | ||
s.homepage = "https://github.com/prine/ROStorageBar" | ||
s.screenshots = "https://camo.githubusercontent.com/54ac217836c172791733d1464e805a7401db3dea/687474703a2f2f7072696e652e63682f2f524f53746f726167654261722e706e67", "https://camo.githubusercontent.com/62c5d8ec8583b876d890236c4c6784e1ef54422b/687474703a2f2f7072696e652e63682f2f524f53746f726167654261725f63617074696f6e2e706e67" | ||
s.license = 'MIT' | ||
s.author = { "Robin Oster" => "[email protected]" } | ||
s.source = { :git => "https://github.com/prine/ROStorageBar.git", :tag => s.version.to_s } | ||
s.social_media_url = 'https://twitter.com/prinedev' | ||
|
||
s.platform = :ios, '8.0' | ||
s.requires_arc = true | ||
|
||
s.source_files = 'Source/**/*' | ||
s.resource_bundles = { | ||
'ROStorageBar' => ['Pod/Assets/*.png'] | ||
} | ||
|
||
# s.public_header_files = 'Pod/Classes/**/*.h' | ||
# s.frameworks = 'UIKit', 'MapKit' | ||
# s.dependency 'AFNetworking', '~> 2.3' | ||
Pod::Spec.new do |spec| | ||
spec.name = 'ROStorageBar' | ||
spec.version = '2.1.0' | ||
spec.license = { :type => 'MIT' } | ||
spec.homepage = 'https://github.com/prine/ROStorageBar' | ||
spec.authors = { 'Robin Oster' => '[email protected]' } | ||
spec.summary = 'Dynamic Storage Bar (a là iTunes Usage Bar) written in Swift' | ||
spec.source = { :git => 'https://github.com/prine/ROStorageBar.git', :tag => '2.1.0' } | ||
spec.source_files = 'Source/**/*' | ||
spec.framework = 'SystemConfiguration' | ||
spec.ios.deployment_target = '9.3' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.