[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / e / QiscusCore / 1.5.14 / QiscusCore.podspec.json
blob86ab287b520d0dee1915bcfe6f23e537ec0e23db
2   "name": "QiscusCore",
3   "version": "1.5.14",
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": "1.5.14"
12   },
13   "source_files": [
14     "QiscusCore",
15     "Source/QiscusCore/**/*.{h,m,swift,xib}"
16   ],
17   "resource_bundles": {
18     "QiscusCore": [
19       "Source/QiscusCore/**/*.{lproj,xib,xcassets,imageset,png,xcdatamodeld,xcdatamodel}"
20     ]
21   },
22   "platforms": {
23     "ios": "10.0"
24   },
25   "ios": {
26     "frameworks": [
27       "UIKit",
28       "QuartzCore",
29       "CFNetwork",
30       "Security",
31       "Foundation",
32       "MobileCoreServices",
33       "CoreData"
34     ]
35   },
36   "dependencies": {
37     "QiscusRealtime": [
38       "1.4.2"
39     ],
40     "SwiftyJSON": [
42     ]
43   }