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] TappxSDK 4.1.13
[CocoaPods.git]
/
Specs
/
7
/
e
/
b
/
SwiftyParse
/
0.1.0
/
SwiftyParse.podspec.json
blob
fce6d5970c4f522a148cf8a88f2f4d2b64fb1410
1
{
2
"name": "SwiftyParse",
3
"version": "0.1.0",
4
"summary": "Parse client in Swift. Do it right.",
5
"homepage": "https://github.com/greycats/Parse.swift",
6
"license": "MIT",
7
"authors": {
8
"Rex Sheng": "shengning@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/greycats/Parse.swift.git",
12
"tag": "0.1.0"
13
},
14
"requires_arc": true,
15
"platforms": {
16
"ios": "8.0"
17
},
18
"source_files": "Parse/*.swift",
19
"dependencies": {
20
"Alamofire": [
21
22
],
23
"SwiftyJSON": [
24
25
]
26
}
27
}