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] DocumentReaderNightly 7.6.4234
[CocoaPods.git]
/
Specs
/
f
/
5
/
8
/
JMLog
/
1.0.1
/
JMLog.podspec.json
blob
8d0c4d3933c33412f0b83bf8bdd2aa10a54ffbd5
1
{
2
"name": "JMLog",
3
"version": "1.0.1",
4
"summary": "A short description of JMLog.",
5
"description": "this is my first pods.",
6
"homepage": "https://github.com/jimmylen/JMLog",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"linjiaming": "linjiaming@jingyu.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/jimmylen/JMLog.git",
19
"tag": "1.0.1"
20
},
21
"source_files": [
22
"JMLog",
23
"JMLog/*.{h,m}"
24
],
25
"frameworks": [
26
"Foundation",
27
"UIKit"
28
],
29
"requires_arc": true,
30
"dependencies": {
31
"PocketSocket": [
32
"~> 1.0.1"
33
]
34
}
35
}