[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / a / 9 / Avenue / 0.4.1 / Avenue.podspec.json
blob1e291b23ea879ac11b5d16a4b6a725cdea0cbc7a
2   "name": "Avenue",
3   "version": "0.4.1",
4   "summary": "A Networking Infrastructure",
5   "homepage": "https://github.com/MediaHound/Avenue",
6   "license": "Apache",
7   "authors": {
8     "Dustin Bachrach": "dustin@mediahound.com"
9   },
10   "source": {
11     "git": "https://github.com/MediaHound/Avenue.git",
12     "tag": "0.4.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*.{h,m}",
19   "private_header_files": "Pod/Classes/**/*+Internal.h",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.6"
23     ],
24     "KVOController": [
25       "~> 1.0"
26     ],
27     "PromiseKit/CorePromise": [
28       "~> 3.0"
29     ]
30   }