[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / e / QiscusCore / 0.2.13 / QiscusCore.podspec.json
blob374a071f12cc1d95d187e53d55ba255773692776
2   "name": "QiscusCore",
3   "version": "0.2.13",
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.13"
12   },
13   "platforms": {
14     "ios": "9.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.2.5"
31     ],
32     "SwiftyJSON": [
33       "~> 4.2.0"
34     ]
35   }