[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / 2 / 8 / MapillarySDK / 0.0.1 / MapillarySDK.podspec.json
blobd4bd9d61e648369444aed7fa96960db176ba4620
2   "name": "MapillarySDK",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "Mapillary is a platform for creating street-level imagery",
12   "description": "Mapillary is a platform for creating street-level imagery and extract data using computer vision",
13   "homepage": "https://www.mapillary.com",
14   "social_media_url": "https://twitter.com/mapillary",
15   "authors": {
16     "Anders Mårtensson": "anders@mapillary.com"
17   },
18   "source": {
19     "git": "https://github.com/mapillary/mapillary-sdk-ios.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "MapillarySDK",
24     "MapillarySDK/MapillarySDK/**/*.{h,m}",
25     "MapillarySDK/internal"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.0"
31     ]
32   }