blob: c6395cafbdf679a4b4bf6f8ca15f6d3871febe2b [file] [log] [blame]
{
"name": "Rover-Gimbal",
"version": "0.1.1",
"summary": "Rover iOS SDK for developing apps using the Rover platform together with the Gimbal SDK",
"description": "",
"homepage": "http://www.roverlabs.co/",
"license": "MIT",
"authors": {
"Ata Namvari": "ata@roverlabs.co"
},
"source": {
"git": "https://github.com/RoverPlatform/rover-ios-gimbal.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/roverlabsinc",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"frameworks": [
"UIKit",
"Accelerate"
],
"dependencies": {
"RSBarcodes": [
"~> 0.1"
],
"UIActivityIndicator-for-SDWebImage": [
"~> 1.2"
],
"SDWebImage": [
],
"Rover/Model": [
"= 3.0.0-beta.2"
],
"Rover/UI": [
"= 3.0.0-beta.2"
],
"Rover/Networking": [
"= 3.0.0-beta.2"
]
},
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod/Classes/Core/**/*.{h,m}"
],
"libraries": "z",
"vendored_frameworks": "Gimbal.framework"
}
]
}