[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 2 / 1 / IAR / 0.1.0 / IAR.podspec.json
blob4f8e97cdb10d73c651ff1a7a3019fe38b7d114dd
2   "name": "IAR",
3   "version": "0.1.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://github.com/ImagineAR/IAR-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Imagine AR": "imaginear.it@gmail.com"
13   },
14   "source": {
15     "http": "https://www.dropbox.com/s/izqbr7eb1tqmhbo/IAR_SDK.zip"
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   ],
39   "dependencies": {
40     "AFNetworking": [
41       "~> 3.2"
42     ],
43     "OCMapper": [
44       "~> 2.1"
45     ]
46   },
47   "public_header_files": "IAR_SDK.framework/Headers/*.h",
48   "source_files": "IAR_SDK.framework/Headers/*.h",
49   "ios": {
50     "resource_bundles": {
51       "Shaders": [
52         "IAR_SDK.framework/IAR.metallib"
53       ]
54     },
55     "vendored_frameworks": "IAR_SDK.framework"
56   },
57   "deprecated_in_favor_of": "ImagineAR-Core"