blob: d4bd9d61e648369444aed7fa96960db176ba4620 [file] [log] [blame]
{
"name": "MapillarySDK",
"version": "0.0.1",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Mapillary is a platform for creating street-level imagery",
"description": "Mapillary is a platform for creating street-level imagery and extract data using computer vision",
"homepage": "https://www.mapillary.com",
"social_media_url": "https://twitter.com/mapillary",
"authors": {
"Anders Mårtensson": "anders@mapillary.com"
},
"source": {
"git": "https://github.com/mapillary/mapillary-sdk-ios.git",
"tag": "0.0.1"
},
"source_files": [
"MapillarySDK",
"MapillarySDK/MapillarySDK/**/*.{h,m}",
"MapillarySDK/internal"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}