[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 6 / 2 / e / ImagineAR-Core / 1.3.0 / ImagineAR-Core.podspec.json
blob58f73d374f2b5cf24a6330902d104237e860d722
2   "name": "ImagineAR-Core",
3   "version": "1.3.0",
4   "summary": "ImagineAR Core 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://docs.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/g9ne4p07mclw169/IAR_Core_SDK_1-3-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_Core_SDK"
38   ],
39   "dependencies": {
40     "AFNetworking": [
41       "4.0.1"
42     ],
43     "OCMapper": [
44       "2.1"
45     ]
46   },
47   "pod_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "user_target_xcconfig": {
51     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
52   },
53   "public_header_files": "Framework-Core/IAR_Core_SDK.framework/Headers/*.h",
54   "source_files": "Framework-Core/IAR_Core_SDK.framework/Headers/*.h",
55   "ios": {
56     "vendored_frameworks": "Framework-Core/IAR_Core_SDK.framework"
57   }