[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / e / 3 / ScapeKit / 1.0.5 / ScapeKit.podspec.json
blob2aa1f836e64bb57dd76fa5a8f7a65eb9013a41d6
2   "name": "ScapeKit",
3   "version": "1.0.5",
4   "summary": "Digital framework for the physical world.",
5   "license": {
6     "type": "Private",
7     "text": "             Scape Technologies © 2018 All rights reserved.\n"
8   },
9   "authors": {
10     "Bilal S": "bilal@scape.io"
11   },
12   "homepage": "https://scape.io/",
13   "description": "ScapeKit iOS SDK, for integrating ScapeKit into your iOS application. The SDK supports iOS 11.4 and later.",
14   "frameworks": [
15     "Foundation",
16     "UIKit",
17     "CoreMotion",
18     "CoreLocation",
19     "AVFoundation",
20     "SceneKit",
21     "ARKit"
22   ],
23   "libraries": [
24     "z",
25     "c++"
26   ],
27   "requires_arc": true,
28   "source": {
29     "http": "https://artefacts.developer.scape.io/ios/1.0.5/ScapeKit.framework.zip"
30   },
31   "platforms": {
32     "ios": "11.4"
33   },
34   "pod_target_xcconfig": {
35     "VALID_ARCHS": "arm64"
36   },
37   "xcconfig": {
38     "OTHER_LDFLAGS[arch=arm64]": "$(inherited) -framework Foundation -framework UIKit -framework CoreMotion -framework CoreLocation -framework AVFoundation -framework SceneKit -framework ARKit -lz -lstdc++",
39     "VALID_ARCHS": "arm64",
40     "ENABLE_BITCODE": "NO"
41   },
42   "preserve_paths": "ScapeKit.framework",
43   "public_header_files": "ScapeKit.framework/Headers/*.h",
44   "source_files": "ScapeKit.framework/Headers/*.h",
45   "static_framework": true,
46   "vendored_frameworks": "ScapeKit.framework"