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] Plotline 4.1.5
[CocoaPods.git]
/
Specs
/
8
/
d
/
e
/
RMCategory
/
0.0.1
/
RMCategory.podspec.json
blob
d2a79c83c444b0bda9c1a6b50b5436c8b5a13bb5
1
{
2
"name": "RMCategory",
3
"version": "0.0.1",
4
"summary": "RM Category",
5
"description": "通过obj添加category方法",
6
"homepage": "https://github.com/bruce107/RMCategory",
7
"license": "MIT",
8
"authors": {
9
"bruceSun": ""
10
},
11
"platforms": {
12
"ios": "10.0"
13
},
14
"source": {
15
"git": "https://github.com/bruce107/RMCategory.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"RMCategory/RMCategory",
20
"RMCategory/*.{h,m}"
21
],
22
"exclude_files": "RMCategory/Exclude",
23
"requires_arc": true
24
}