[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / f / d / 3 / Rover-Gimbal / 0.1.1 / Rover-Gimbal.podspec.json
blobc6395cafbdf679a4b4bf6f8ca15f6d3871febe2b
2   "name": "Rover-Gimbal",
3   "version": "0.1.1",
4   "summary": "Rover iOS SDK for developing apps using the Rover platform together with the Gimbal SDK",
5   "description": "",
6   "homepage": "http://www.roverlabs.co/",
7   "license": "MIT",
8   "authors": {
9     "Ata Namvari": "ata@roverlabs.co"
10   },
11   "source": {
12     "git": "https://github.com/RoverPlatform/rover-ios-gimbal.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/roverlabsinc",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "Accelerate"
24   ],
25   "dependencies": {
26     "RSBarcodes": [
27       "~> 0.1"
28     ],
29     "UIActivityIndicator-for-SDWebImage": [
30       "~> 1.2"
31     ],
32     "SDWebImage": [
34     ],
35     "Rover/Model": [
36       "= 3.0.0-beta.2"
37     ],
38     "Rover/UI": [
39       "= 3.0.0-beta.2"
40     ],
41     "Rover/Networking": [
42       "= 3.0.0-beta.2"
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "Core",
48       "source_files": [
49         "Pod/Classes/Core/**/*.{h,m}"
50       ],
51       "libraries": "z",
52       "vendored_frameworks": "Gimbal.framework"
53     }
54   ]