Skip to content

Commit

Permalink
Update pods version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thellimist committed Oct 19, 2016
1 parent 081bc3b commit b530973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
4 changes: 2 additions & 2 deletions SwiftRandom.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Pod::Spec.new do |s|
s.name = "SwiftRandom"
s.version = "0.1.8"
s.version = "1.0.0"
s.summary = "A tiny generator of random data for swift"
s.description = "A tiny generator of fake/random data for swift"
s.homepage = "https://github.com/thellimist/SwiftRandom"
Expand All @@ -12,6 +12,6 @@ s.author = { "thellimist" => "[email protected]" }
s.source = { :git => "https://github.com/thellimist/SwiftRandom.git", :tag => s.version.to_s }
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Randoms.swift'
s.source_files = 'SwiftRandom/Randoms.swift'

end

0 comments on commit b530973

Please sign in to comment.