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] DoordeckSDK 0.42.0
[CocoaPods.git]
/
Specs
/
3
/
b
/
e
/
QiscusCore
/
0.1.4
/
QiscusCore.podspec.json
blob
9406ef42a1b6e3ef5ede9820615e8d7a8f47d941
1
{
2
"name": "QiscusCore",
3
"version": "0.1.4",
4
"summary": "Qiscus Core SDK for iOS",
5
"description": "Qiscus SDK for iOS contains Qiscus public Model.",
6
"homepage": "https://qisc.us",
7
"license": "MIT",
8
"authors": "Qiscus",
9
"source": {
10
"git": "https://github.com/qiscus/QiscusCore-iOS.git",
11
"tag": "0.1.4"
12
},
13
"platforms": {
14
"ios": "10.0"
15
},
16
"ios": {
17
"vendored_frameworks": "QiscusCore.framework",
18
"frameworks": [
19
"UIKit",
20
"QuartzCore",
21
"CFNetwork",
22
"Security",
23
"Foundation",
24
"MobileCoreServices",
25
"CoreData"
26
]
27
},
28
"dependencies": {
29
"QiscusRealtime": [
30
"~> 0.1.5"
31
],
32
"SwiftyJSON": [
33
34
]
35
}
36
}