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