[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 3 / b / e / QiscusCore / 3.0.0-beta.15 / QiscusCore.podspec.json
blob5daefb6b5efb6e307517ecac6807308e141e80c9
2   "name": "QiscusCore",
3   "version": "3.0.0-beta.15",
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": "3.0.0-beta.15"
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.3"
39     ],
40     "SwiftyJSON": [
42     ]
43   }