[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 6 / CoreHound / 0.2.0 / CoreHound.podspec.json
blob190705ad5a6ec4e519c4f27468cdf278981e4ef3
2   "name": "CoreHound",
3   "version": "0.2.0",
4   "summary": "The MediaHound iOS SDK",
5   "homepage": "https://github.com/MediaHound/CoreHound",
6   "license": "Apache",
7   "authors": {
8     "Dustin Bachrach": "dustin@mediahound.com"
9   },
10   "source": {
11     "git": "https://github.com/MediaHound/CoreHound.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/**/*.{h,m}",
19   "private_header_files": [
20     "Pod/Model/Internal/**/*.h",
21     "Pod/**/*+Internal.h",
22     "Pod/Network/Internal/**/*.h"
23   ],
24   "resources": [
25     "Pod/Resources/*.cer"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 2.6"
30     ],
31     "AtSugar": [
32       "~> 0.1"
33     ],
34     "Avenue": [
35       "~> 0.4"
36     ],
37     "AvenueFetcher": [
38       "~> 0.4"
39     ],
40     "JSONModel": [
41       "~> 1.1.2"
42     ],
43     "PromiseKit/CorePromise": [
44       "~> 3.0"
45     ],
46     "UICKeyChainStore": [
47       "~> 2.0"
48     ]
49   }