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] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git]
/
Specs
/
e
/
4
/
6
/
MySource
/
0.0.1
/
MySource.podspec.json
blob
907a60ef03ba389a1a9b1778e801fb81fc813a01
1
{
2
"name": "MySource",
3
"version": "0.0.1",
4
"summary": "This is a test pods file.",
5
"homepage": "http://git.oschina.net/hcd.com/podtest",
6
"license": "MIT",
7
"authors": {
8
"cheaterhu": "724300087@qq.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"ios": {
14
"frameworks": [
15
"UIKit",
16
"QuartzCore"
17
]
18
},
19
"source": {
20
"git": "https://git.oschina.net/hcd.com/podtest.git",
21
"tag": "0.0.1"
22
},
23
"source_files": "Source/**/*.{h,m}",
24
"requires_arc": true,
25
"deprecated": true
26
}