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] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git]
/
Specs
/
1
/
8
/
e
/
LSHCocopods
/
1.0.0
/
LSHCocopods.podspec.json
blob
f4d4f7bd726d9b2e576d58afce20791396404a1b
1
{
2
"name": "LSHCocopods",
3
"version": "1.0.0",
4
"summary": "iOS 公有库",
5
"description": "TODO: iOS 公有库制作",
6
"homepage": "https://github.com/Yijijianghu/LSHCocopods",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"Yijijianghu": "2416472272@qq.com"
13
},
14
"source": {
15
"git": "https://github.com/Yijijianghu/LSHCocopods.git",
16
"branch": "master",
17
"tag": "1.0.0"
18
},
19
"platforms": {
20
"ios": "8.0"
21
},
22
"source_files": "LSHCocopods/Classes/**/*",
23
"requires_arc": true,
24
"frameworks": [
25
"UIKit",
26
"MapKit"
27
],
28
"dependencies": {
29
"AFNetworking": [
30
"~> 2.3"
31
]
32
}
33
}