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] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git]
/
Specs
/
e
/
a
/
2
/
ProjectA
/
1.0.0
/
ProjectA.podspec.json
blob
e05b28576ccd43f829f484440888eb6b1825ae39
1
{
2
"name": "ProjectA",
3
"version": "1.0.0",
4
"summary": "A project of ProjectA.",
5
"description": "测试程序支持cocoaPods,使用ProjectA,这次应该成功了吧.",
6
"homepage": "https://github.com/niuzai327/ProjectA",
7
"license": "MIT",
8
"authors": {
9
"YXY": "1064136787@qq.com"
10
},
11
"platforms": {
12
"ios": "7.0"
13
},
14
"source": {
15
"git": "https://github.com/niuzai327/ProjectA.git",
16
"tag": "1.0.0"
17
},
18
"source_files": [
19
"ProjectA",
20
"ProjectA/**/*.{h,m}"
21
],
22
"requires_arc": true
23
}