blob: 8f96e48f48b06546d455877304e90404e9200884 [file] [log] [blame]
{
"name": "GPUberView",
"version": "1.0.2",
"summary": "Summon Uber from your app with 2 lines of code.",
"homepage": "https://github.com/gpolak/GPUberView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"George Polak": "george.polak@gmail.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/gpolak/GPUberView.git",
"tag": "1.0.2"
},
"source_files": "GPUberView",
"resources": [
"GPUberView/*.{xib}",
"GPUberView/*.{png}"
],
"requires_arc": true,
"frameworks": [
"MapKit",
"CoreLocation"
],
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"JSONModel": [
"~> 1.0"
],
"Bolts": [
"~> 1.1"
],
"PulsingHalo": [
],
"Masonry": [
"~> 0.6"
],
"INTULocationManager": [
"~> 2.0"
],
"BlocksKit": [
"~> 2.2"
]
}
}