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] ZJSDK 2.5.4.14
[CocoaPods.git]
/
Specs
/
9
/
c
/
8
/
TwitterJSON
/
0.1.0
/
TwitterJSON.podspec.json
blob
96060a899c33a30cdd85d15c2569e6f74640e223
1
{
2
"name": "TwitterJSON",
3
"platforms": {
4
"ios": "8.0"
5
},
6
"summary": "TwitterJSON.",
7
"requires_arc": true,
8
"version": "0.1.0",
9
"license": {
10
"type": "MIT",
11
"file": "LICENSE"
12
},
13
"authors": {
14
"Kyle Goslan": "kylegoslan@me.com"
15
},
16
"homepage": "https://github.com/KyleGoslan/TwitterJSON",
17
"source": {
18
"git": "https://github.com/KyleGoslan/TwitterJSON.git",
19
"tag": "0.1.0"
20
},
21
"dependencies": {
22
"Alamofire": [
23
"~> 1.3"
24
],
25
"SwiftyJSON": [
26
"~> 2.2.1"
27
]
28
},
29
"source_files": "TwitterJSON/**/*.{swift}"
30
}