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] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git]
/
Specs
/
4
/
6
/
0
/
xxxLib
/
0.1.0
/
xxxLib.podspec.json
blob
fac1094066d408e07d5fe393fad45e80ee85eb6c
1
{
2
"name": "xxxLib",
3
"version": "0.1.0",
4
"summary": "xxxLib",
5
"description": "xxxxxxxxxxxxoo",
6
"homepage": "https://github.com/wangshunzi/xxxLib",
7
"license": "MIT",
8
"authors": {
9
"xiaomage": "xiaomage@520it.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://github.com/wangshunzi/xxxLib.git",
16
"tag": "0.1.0"
17
},
18
"source_files": [
19
"Classes",
20
"Classes/**/*.{h,m}"
21
],
22
"exclude_files": "Classes/Exclude",
23
"requires_arc": true
24
}