[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / 7 / AvenueFetcher / 0.2.1 / AvenueFetcher.podspec.json
blob85f78a4750287aac477e33fd4af94814d588b7be
2   "name": "AvenueFetcher",
3   "version": "0.2.1",
4   "summary": "JSON Fetching for Avenue",
5   "homepage": "https://github.com/MediaHound/AvenueFetcher",
6   "license": "Apache",
7   "authors": {
8     "Dustin Bachrach": "dustin@mediahound.com"
9   },
10   "source": {
11     "git": "https://github.com/MediaHound/AvenueFetcher.git",
12     "tag": "0.2.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Source/*.{h,m}",
19   "dependencies": {
20     "Avenue": [
21       "~> 0.2"
22     ],
23     "JSONModel": [
24       "~> 1.1"
25     ],
26     "PromiseKit/CorePromise": [
27       "~> 2.0"
28     ]
29   }