Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
apradanas committed May 21, 2015
1 parent abbf9f3 commit 3c16192
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions SwiftArmy.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
Pod::Spec.new do |s|
s.name = "SwiftArmy"
s.version = "0.0.1"
s.summary = "Helper written in Swift"
s.description = "Helper written in Swift"
s.summary = "A collection of Swift extensions"
s.description = "A collection of Swift extensions. Helper all written in Swift"
s.homepage = "https://github.com/apradanas/swift-army"
s.license = 'MIT'
s.author = { "apradanas" => "[email protected]" }
s.source = { :git => "https://github.com/apradanas/swift-army.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/apradanas'

s.platform = :ios, '7.0'
s.requires_arc = true

s.source_files = 'swift-army/*.swift'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'swift-army/*.swift'
end

0 comments on commit 3c16192

Please sign in to comment.