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
/
a
/
b
/
0
/
PbApi
/
0.0.1
/
PbApi.podspec.json
blob
c381a44c20f01f4160ea1f195ae3bed934d9efae
1
{
2
"name": "PbApi",
3
"version": "0.0.1",
4
"summary": "A simple way to request an API.",
5
"homepage": "https://github.com/pengbeicn/PbApi",
6
"license": "MIT",
7
"authors": {
8
"peng": "pengbeicn@me.com"
9
},
10
"source": {
11
"git": "https://github.com/pengbeicn/PbApi.git",
12
"tag": "0.0.1"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"requires_arc": true,
18
"source_files": "PbApi/**/*.{h,m}",
19
"resource_bundles": {
20
"PbApi": [
21
"Pod/*.png"
22
]
23
},
24
"dependencies": {
25
"AFNetworking": [
26
"~> 3.1.0"
27
]
28
}
29
}