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] ThinkingDataCore 1.0.2
[CocoaPods.git]
/
Specs
/
e
/
a
/
b
/
FF_XX
/
0.0.2
/
FF_XX.podspec.json
blob
8611703dde482d6b3c5a07e677074952b599f6d9
1
{
2
"name": "FF_XX",
3
"version": "0.0.2",
4
"summary": "FF library",
5
"description": "just a test about library",
6
"homepage": "https://github.com/llliang/FF",
7
"license": "MIT",
8
"authors": {
9
"Liang Jiang": "bluedream5161@gmail.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://github.com/llliang/FF.git",
16
"tag": "0.0.2"
17
},
18
"source_files": [
19
"Classes",
20
"FF/*.{h,m}"
21
],
22
"public_header_files": "FF/*.h",
23
"requires_arc": true
24
}