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] YLCategory-MacOS 1.1.3
[CocoaPods.git]
/
Specs
/
a
/
c
/
0
/
Logmatic
/
1.0.0
/
Logmatic.podspec.json
blob
818f4b62af08a3313b403ac34abd7b4e9257a442
1
{
2
"name": "Logmatic",
3
"version": "1.0.0",
4
"authors": "Logmatic.io",
5
"license": "MIT",
6
"homepage": "http://logmatic.io",
7
"summary": "iOS version for Logmatic.io",
8
"platforms": {
9
"ios": "8.0"
10
},
11
"source": {
12
"git": "https://github.com/logmatic/logmatic-ios.git",
13
"tag": "v1.0.0"
14
},
15
"source_files": "Logmatic/*.{h,m}",
16
"frameworks": "Foundation",
17
"requires_arc": true,
18
"dependencies": {
19
"AFNetworking": [
20
"~>3.0.0"
21
]
22
}
23
}