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] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git]
/
Specs
/
1
/
9
/
6
/
PrivateTool
/
0.0.1
/
PrivateTool.podspec.json
blob
e1b731914adda99bbc51f8274366e1df33d3866c
1
{
2
"name": "PrivateTool",
3
"version": "0.0.1",
4
"summary": "我的demo",
5
"description": "用来测试学习创建pod",
6
"homepage": "https://git.oschina.net/MasonTy",
7
"license": "MIT",
8
"authors": {
9
"kongzhaozhuang": "kongzhaozhuang@sina.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://git.oschina.net/MasonTy/PrivateTestDemo.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"PrivateTestDemo",
20
"*.{h,m}"
21
],
22
"requires_arc": true
23
}