[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 3 / 0 / d / NLAutomatic / 0.1.0 / NLAutomatic.podspec.json
blobfa7db94f088221de1d899aa13c32c2611e3bf372
2   "name": "NLAutomatic",
3   "version": "0.1.0",
4   "summary": "A framework for talking to the Automatic API.",
5   "homepage": "https://github.com/nelsonleduc/NLAutomatic",
6   "license": "MIT",
7   "authors": {
8     "Nelson LeDuc": "nelson.leduc@jumpspaceapps.com"
9   },
10   "source": {
11     "git": "https://github.com/nelsonleduc/NLAutomatic.git",
12     "tag": "0.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/NSURLConnection": [
25           "~> 2.0"
26         ]
27       }
28     },
29     {
30       "name": "MKPolyline",
31       "source_files": "Classes/MapKit/*.{h,m}",
32       "frameworks": "MapKit"
33     },
34     {
35       "name": "Promise",
36       "source_files": "Classes/Promise/*.{h,m}",
37       "dependencies": {
38         "NLAutomatic/Adapter": [
40         ],
41         "PromiseKit/Promise": [
43         ]
44       }
45     }
46   ]