- Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathRandomUserSwift.podspec
More file actions
Latest commit
13 lines (13 loc) · 690 Bytes
/
Copy pathRandomUserSwift.podspec
File metadata and controls
13 lines (13 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name="RandomUserSwift"
s.version="1.1.0"
s.summary="Swift Framework to Generate Random Users - An Unofficial SDK for randomuser.me"
s.description="Swift Framework to Generate Random Users - An Unofficial SDK for randomuser.me."
s.homepage="https://github.com/dingwilson/RandomUserSwift"
s.license="MIT"
s.author={"Wilson Ding"=>"hello@wilsonding.com"}
s.platform=:ios,"8.0"
s.source={:git=>"https://github.com/dingwilson/RandomUserSwift.git",:tag=>s.version}
s.source_files="RandomUserSwift","RandomUserSwift/**/*.{h,m,swift}"
s.exclude_files="Classes/Exclude"
end