blob: acc725a3f238cc785f919f5dba7ffc7f4591efa1 [file] [log] [blame]
{
"name": "MapillarySDK",
"version": "0.7",
"platforms": {
"ios": "11.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.7"
},
"source_files": [
"MapillarySDK",
"MapillarySDK/MapillarySDK/**/*.{h,m}",
"MapillarySDK/internal"
],
"resource_bundles": {
"MapillarySDK": [
"MapillarySDK/MapillarySDK/**/*.{xib,xcdatamodeld}"
]
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"BOSImageResizeOperation": [
"~> 0.1"
],
"SDVersion": [
"~> 4.0"
],
"AWSCore": [
"~> 2.6"
],
"AWSS3": [
"~> 2.6"
],
"PodAsset": [
"~> 0.22"
],
"SAMKeychain": [
"~> 1.5"
],
"NSHash": [
"~> 1.2.0"
]
}
}