[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / 5 / BDKAutomatic / 0.1.0 / BDKAutomatic.podspec.json
blob3181e1985e02d8a6f7f043950b6b3618f3baf813
2   "name": "BDKAutomatic",
3   "version": "0.1.0",
4   "summary": "A framework for talking to the Automatic API.",
5   "homepage": "https://github.com/kreeger/BDKAutomatic",
6   "license": "MIT",
7   "authors": {
8     "Ben Kreeger": "ben@kree.gr"
9   },
10   "source": {
11     "git": "https://github.com/kreeger/BDKAutomatic.git",
12     "tag": "v0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.8"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Adapter",
22       "source_files": "Classes/*.{h,m}",
23       "dependencies": {
24         "AFNetworking/Serialization": [
25           ">= 2.0.0"
26         ],
27         "AFNetworking/NSURLSession": [
28           ">= 2.0.0"
29         ]
30       }
31     },
32     {
33       "name": "MKPolyline",
34       "source_files": "Classes/MapKit/*.{h,m}",
35       "frameworks": "MapKit"
36     }
37   ]