[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 4 / 3 / ImagineAR-SDK / 1.0.0 / ImagineAR-SDK.podspec.json
bloba85917203740cca6e5c74a6c791973297ec3a88f
2   "name": "ImagineAR-SDK",
3   "version": "1.0.0",
4   "summary": "ImagineAR SDK for custom AR campaigns.",
5   "description": "Imagine AR is a native library to facilitate the addition of augmentented reality assets with Vuforia and IAR cloud.",
6   "homepage": "https://imaginear.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Imagine AR": "imaginear.it@gmail.com"
13   },
14   "source": {
15     "http": "https://dl.dropbox.com/s/yvj5t0hrohs5uen/IAR_SDK_1-0-0.zip?dl=0"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "AVFoundation",
23     "SystemConfiguration",
24     "Security",
25     "QuartzCore",
26     "ModelIO",
27     "MediaPlayer",
28     "CoreMotion",
29     "CoreMedia",
30     "CoreGraphics",
31     "CoreFoundation",
32     "AVFoundation",
33     "AudioToolbox",
34     "Metal",
35     "MetalKit",
36     "SceneKit",
37     "IAR_SDK",
38     "Vuforia"
39   ],
40   "dependencies": {
41     "AFNetworking": [
42       "4.0.1"
43     ],
44     "OCMapper": [
45       "2.1"
46     ]
47   },
48   "public_header_files": "Framework/IAR_SDK.framework/Headers/*.h",
49   "source_files": "Framework/IAR_SDK.framework/Headers/*.h",
50   "ios": {
51     "resource_bundles": {
52       "Shaders": [
53         "Framework/IAR_SDK.framework/IAR.metallib"
54       ]
55     },
56     "vendored_frameworks": [
57       "Framework/IAR_SDK.framework",
58       "Framework/Vuforia.framework"
59     ]
60   }