repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] RongCloudRTC 5.12.0
[CocoaPods.git]
/
Specs
/
0
/
a
/
4
/
YelpAPISwift
/
0.1.0
/
YelpAPISwift.podspec.json
blob
59b0d5c6e50842908ef9de3d1ba44f8d14613faf
1
{
2
"name": "YelpAPISwift",
3
"version": "0.1.0",
4
"summary": "Yelp API in Swift.",
5
"homepage": "https://github.com/zhxnlai/YelpAPI",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Zhixuan Lai": "zhxnlai@gmail.com"
12
},
13
"source": {
14
"git": "https://github.com/zhxnlai/YelpAPI.git",
15
"tag": "0.1.0"
16
},
17
"platforms": {
18
"ios": "8.0",
19
"osx": "10.10",
20
"tvos": "9.0",
21
"watchos": "2.0"
22
},
23
"source_files": "Source/Base/*.swift",
24
"requires_arc": true,
25
"dependencies": {
26
"Argo": [
27
"~> 3.0.1"
28
],
29
"AsyncTask": [
30
"~> 0.1.3"
31
],
32
"Curry": [
33
"~> 2.3.1"
34
],
35
"OAuthSwift": [
36
"~> 0.5.2"
37
]
38
}
39
}