[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 0 / 2 / 8 / MapillarySDK / 0.8 / MapillarySDK.podspec.json
blobccb3def54f210112a051be07f0fc4bceab7a864f
2   "name": "MapillarySDK",
3   "version": "0.8",
4   "platforms": {
5     "ios": "11.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "Mapillary is a platform for creating street-level imagery and extract data using computer vision",
12   "homepage": "https://github.com/mapillary/mapillary-sdk-ios",
13   "social_media_url": "https://twitter.com/mapillary",
14   "authors": {
15     "Anders Mårtensson": "anders@mapillary.com"
16   },
17   "source": {
18     "git": "https://github.com/mapillary/mapillary-sdk-ios.git",
19     "tag": "0.8"
20   },
21   "source_files": [
22     "MapillarySDK",
23     "MapillarySDK/MapillarySDK/**/*.{h,m}",
24     "MapillarySDK/internal"
25   ],
26   "resource_bundles": {
27     "MapillarySDK": [
28       "MapillarySDK/MapillarySDK/**/*.{xib,xcdatamodeld}"
29     ]
30   },
31   "requires_arc": true,
32   "dependencies": {
33     "AFNetworking": [
34       "~> 3.1"
35     ],
36     "BOSImageResizeOperation": [
37       "~> 0.1"
38     ],
39     "SDVersion": [
40       "~> 4.0"
41     ],
42     "AWSCore": [
43       "~> 2.6"
44     ],
45     "AWSS3": [
46       "~> 2.6"
47     ],
48     "PodAsset": [
49       "~> 0.22"
50     ],
51     "SAMKeychain": [
52       "~> 1.5"
53     ],
54     "NSHash": [
55       "~> 1.2"
56     ]
57   }