blob: fa1a8016365264e3c177f7a369c0ce063e69cc95 [file] [log] [blame]
{
"name": "MapillarySDK",
"version": "0.0.2",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Mapillary is a platform for creating street-level imagery and extract data using computer vision",
"homepage": "https://github.com/mapillary/mapillary-sdk-ios",
"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.2"
},
"source_files": [
"MapillarySDK",
"MapillarySDK/MapillarySDK/**/*.{h,m}",
"MapillarySDK/internal"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}