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
/
2
/
3
/
c
/
MCTools
/
0.0.1
/
MCTools.podspec.json
blob
4981d32dc8bb25487fd3bfd20163deca050dddca
1
{
2
"name": "MCTools",
3
"version": "0.0.1",
4
"summary": "<MCTools summary",
5
"description": "这里的描述,必须比s.summary的长度要长。",
6
"homepage": "https://github.com/muchangqing/MCTools",
7
"license": "MIT",
8
"authors": {
9
"mcq": "845891612@qq.com"
10
},
11
"platforms": {
12
"ios": "5.0"
13
},
14
"source": {
15
"git": "https://github.com/muchangqing/MCTools.git",
16
"tag": "0.0.1"
17
},
18
"requires_arc": true,
19
"source_files": [
20
"Classes",
21
"Classes/**/*.{h,m}"
22
]
23
}