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] SampleOTP 0.1.0
[CocoaPods.git]
/
Specs
/
0
/
2
/
d
/
CHPlugin
/
0.1.3
/
CHPlugin.podspec.json
blob
b8e8ae85a86874506f72b167754b7bc86d7ae80e
1
{
2
"name": "CHPlugin",
3
"version": "0.1.3",
4
"summary": "Channel plugin for iOS",
5
"homepage": "http://www.channel.io",
6
"authors": {
7
"Zoyi": "eng@zoyi.co"
8
},
9
"license": {
10
"type": "Apache-2.0",
11
"file": "LICENSE"
12
},
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/zoyi/channel-plugin-ios.git",
18
"tag": "0.1.3"
19
},
20
"requires_arc": true,
21
"ios": {
22
"vendored_frameworks": "CHPlugin.framework"
23
},
24
"dependencies": {
25
"SlackTextViewController": [
26
27
],
28
"MGSwipeTableCell": [
29
30
],
31
"M13ProgressSuite": [
32
33
],
34
"MWPhotoBrowser": [
35
36
],
37
"SVProgressHUD": [
38
39
]
40
}
41
}