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] jooohhn-Amplitude 9.3.3
[CocoaPods.git]
/
Specs
/
4
/
2
/
7
/
XCLib
/
0.0.2
/
XCLib.podspec.json
blob
b90cfcae9d7f43fd037d87eb7bd18061d2ce7498
1
{
2
"name": "XCLib",
3
"version": "0.0.2",
4
"summary": "整理的iOS开发常用的工具库,包含加解密、网络请求,文件读写,本地缓存等",
5
"homepage": "https://github.com/sinsmin",
6
"license": "MIT (LICENSE)",
7
"authors": {
8
"sinsmin": "sinsmin@qq.com"
9
},
10
"source": {
11
"git": "https://github.com/sinsmin/XCLib.git",
12
"tag": "0.0.2"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"requires_arc": true,
18
"source_files": [
19
"XCLib",
20
"XCLib/XCLib/*.{h,m}"
21
],
22
"frameworks": [
23
"Foundation",
24
"CoreGraphics",
25
"UIKit",
26
"Security"
27
],
28
"deprecated": true
29
}