-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
081bc3b
commit b530973
Showing
2 changed files
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 |
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 |
---|---|---|
|
@@ -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" | ||
|
@@ -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 |