Skip to content

Commit 463a8b9

Browse files
authored
Updated podspec (#17)
1 parent 1a96225 commit 463a8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RandomUserSwift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "RandomUserSwift"
3-
s.version = "0.05"
3+
s.version = "0.1.0"
44
s.summary = "Swift Framework to Generate Random Users - An Unofficial SDK for randomuser.me"
55
s.description = "Swift Framework to Generate Random Users - An Unofficial SDK for randomuser.me."
66
s.homepage = "https://github.com/dingwilson/RandomUserSwift"
77
s.license = "MIT"
8-
s.author = { "Wilson Ding" => "[email protected]" }
8+
s.author = { "Wilson Ding" => "[email protected]" }
99
s.platform = :ios, "8.0"
1010
s.source = { :git => "https://github.com/dingwilson/RandomUserSwift.git", :tag => s.version }
1111
s.source_files = "RandomUserSwift", "RandomUserSwift/**/*.{h,m,swift}"

0 commit comments

Comments
 (0)