[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / 2 / PKX_Airport / 0.1.1 / PKX_Airport.podspec.json
blob99d3f7cf07f0fe00abb9faec6fed0036630a882d
2   "name": "PKX_Airport",
3   "version": "0.1.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/PKX_Airport.git",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "liugaosheng": "liu695880140@163.com"
12   },
13   "source": {
14     "git": "https://gitee.com/liudiao/PKX_Airport.git",
15     "tag": "v0.1.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/ARResource.bundle/arImageResouse/*.png",
27     "ARKit/ARResource.bundle/**/*"
28   ],
29   "dependencies": {
30     "SSZipArchive": [
32     ]
33   },
34   "frameworks": [
35     "Foundation",
36     "UIKit",
37     "ARKit",
38     "SceneKit",
39     "CoreText"
40   ]