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] Fyber_FMPAdapter 8.3.4
[CocoaPods.git]
/
Specs
/
2
/
8
/
7
/
Evercam
/
1.0.9
/
Evercam.podspec.json
blob
3b87fc82fd8c002d7f8e24f193f73892a74ff70d
1
{
2
"name": "Evercam",
3
"version": "1.0.9",
4
"summary": "Objective C wrapper around Evercam API",
5
"homepage": "http://www.evercam.io/",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Evercam": "nain@evercam.io"
12
},
13
"source": {
14
"git": "https://github.com/evercam/evercam-objc.git",
15
"tag": "1.0.9"
16
},
17
"platforms": {
18
"ios": "7.0"
19
},
20
"source_files": "Evercam/*.{h,m}",
21
"requires_arc": true,
22
"dependencies": {
23
"AFNetworking": [
24
"~> 2.3"
25
]
26
}
27
}