[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 9 / 2 / e / Aubergine / 0.0.1 / Aubergine.podspec.json
blobac409528ea3c3af7400fc769daf5e2193881c987
2   "name": "Aubergine",
3   "version": "0.0.1",
4   "summary": "An iOS SDK for the Uber API",
5   "homepage": "https://github.com/tomj/Aubergine",
6   "license": "MIT",
7   "authors": {
8     "Tom Jowett": "tom@tomjowett.com"
9   },
10   "source": {
11     "git": "https://github.com/tomj/Aubergine.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Classes/**/*",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.4"
22     ],
23     "Mantle": [
24       "~> 1.5.4"
25     ]
26   }