[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 0 / 7 / c / Record360SDK / 1.5.1 / Record360SDK.podspec.json
blob95fba6fe15d1cc1e3ed925427ece972393979912
2   "name": "Record360SDK",
3   "version": "1.5.1",
4   "summary": "Record360 SDK",
5   "description": "Record360 is a high-quality property condition reporting tool.  Use this SDK to integrate our damage documentation and dispute resolution tool.",
6   "homepage": "https://www.record360.com",
7   "license": {
8     "type": "commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Justin Friberg": "justin@record360.com",
13     "Alexis Valencia": "alex@record360.com",
14     "Brandon Charity": "brandon@record360.com"
15   },
16   "source": {
17     "git": "https://github.com/Record360/record360-sdk-ios.git",
18     "tag": "1.5.1"
19   },
20   "platforms": {
21     "ios": "10.0"
22   },
23   "dependencies": {
24     "AFNetworking": [
25       "3.2.0"
26     ],
27     "CocoaLumberjack": [
28       "3.4.1"
29     ],
30     "MBProgressHUD": [
31       "1.1.0"
32     ],
33     "Realm": [
34       "3.1.0"
35     ],
36     "ZXingObjC": [
37       "3.2.2"
38     ]
39   },
40   "ios": {
41     "frameworks": [
42       "Accelerate",
43       "CoreLocation",
44       "ImageIO",
45       "CoreText",
46       "CoreMotion",
47       "SystemConfiguration",
48       "AssetsLibrary",
49       "AudioToolbox",
50       "AVFoundation",
51       "CoreMedia",
52       "CoreVideo",
53       "CoreGraphics",
54       "QuartzCore"
55     ],
56     "libraries": [
57       "iconv",
58       "c++",
59       "z"
60     ],
61     "vendored_frameworks": "Record360SDK.framework"
62   }