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
/
0
/
d
/
XXCategory
/
1.0.1
/
XXCategory.podspec.json
blob
546bb35da303f19e7910e3b4e924f31c18bd731c
1
{
2
"name": "XXCategory",
3
"version": "1.0.1",
4
"summary": "iOS category",
5
"homepage": "https://github.com/Beelinge/XXCategory",
6
"license": "MIT",
7
"authors": {
8
"Beelin": "beelinge@foxmail.com"
9
},
10
"source": {
11
"git": "https://github.com/Beelinge/XXCategory.git",
12
"tag": "1.0.1"
13
},
14
"source_files": "XXCategory/Source/**/*.{h,m}",
15
"requires_arc": true,
16
"platforms": {
17
"ios": "8.0"
18
}
19
}