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] BideaseConnect 1.0.79
[CocoaPods.git]
/
Specs
/
7
/
e
/
b
/
SwiftyParse
/
0.2.0
/
SwiftyParse.podspec.json
blob
93982913766b9ca351e5d36aa5f9416957333af9
1
{
2
"name": "SwiftyParse",
3
"version": "0.2.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.2.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
}