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] CastledNotificationService 4.1.3
[CocoaPods.git]
/
Specs
/
a
/
2
/
c
/
BaseLibs
/
1.0.1
/
BaseLibs.podspec.json
blob
1f3cb9e803efb4a8efcb3ea3b2b0fa7672a3f4d5
1
{
2
"name": "BaseLibs",
3
"version": "1.0.1",
4
"summary": "BaseLibs",
5
"description": "一些使用到的基本方法整理",
6
"homepage": "https://github.com/brookzhou/BaseLibs",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"brookzhou": "brook_zhou@foxmail.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/brookzhou/BaseLibs.git",
19
"tag": "v1.0.1"
20
},
21
"source_files": "BaseLibs/BaseLibs/**/*.{h,m}",
22
"requires_arc": true,
23
"frameworks": "UIKit"
24
}