[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 1 / 4 / a / AR_PKXPods / 0.0.4 / AR_PKXPods.podspec.json
blob0bae466fbdea3b29709263ece2e19988af59aa7f
2   "name": "AR_PKXPods",
3   "version": "0.0.4",
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.4"
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/**/*.png",
27     "ARKit/ARResource.bundle/**/*"
28   ],
29   "vendored_libraries": "ARKit/**/libSSZip.a",
30   "frameworks": [
31     "Foundation",
32     "UIKit",
33     "ARKit",
34     "SceneKit",
35     "CoreText"
36   ]