[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 4 / a / AR_PKXPods / 0.0.1 / AR_PKXPods.podspec.json
blob7e24775f7ce3136ff4034927003d69cf14649d2e
2   "name": "AR_PKXPods",
3   "version": "0.0.1",
4   "summary": "An iOS SDK for ARKIt Object Storage Service",
5   "description": "It's an SDK for ARKIt object storage service, which implement by Objective-C.It helps the iOS developers.",
6   "homepage": "https://gitee.com/liudiao/ARKIt_PKX.git",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "liugaosheng": "liu695880140@163.com"
12   },
13   "source": {
14     "git": "https://gitee.com/liudiao/ARKIt_PKX.git",
15     "tag": "v0.0.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": [
22     "ARKit/*.{h,m,c}",
23     "ARKit/**/*.{h,m,c}"
24   ],
25   "resources": [
26     "ARKit/arImageResouse/*.png",
27     "ARKit/Fontfiles/*",
28     "ARKit/ARModel.scnassets/*"
29   ],
30   "vendored_libraries": "ARKit/**/libSSZip.a",
31   "frameworks": [
32     "Foundation",
33     "UIKit",
34     "ARKit",
35     "SceneKit"
36   ]