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] CXHAdSDK 1.4.6
[CocoaPods.git]
/
Specs
/
4
/
3
/
f
/
mySDK
/
0.0.1
/
mySDK.podspec.json
blob
cb8b54f2adef0373a9c2e17d6feff2c87d6ac9a0
1
{
2
"name": "mySDK",
3
"version": "0.0.1",
4
"license": {
5
"type": "MIT",
6
"text": " Copyright 2012\n Permission is granted to...\n"
7
},
8
"summary": "regex.",
9
"homepage": "https://github.com/guangqiang-liu/mySDK.git",
10
"authors": {
11
"guangqiang": "1126756952@qq.com"
12
},
13
"source": {
14
"git": "https://github.com/guangqiang-liu/mySDK.git",
15
"tag": "0.0.1"
16
},
17
"requires_arc": true,
18
"platforms": {
19
"ios": "7.0"
20
},
21
"source_files": "mySDK/*.{h,m}"
22
}