[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 5 / 2 / HeyWatch / 0.1.0 / HeyWatch.podspec.json
blobf0d00e92b0618494152b3ed70a7d55949df49d49
2   "name": "HeyWatch",
3   "version": "0.1.0",
4   "summary": "HeyWatch Objective-C client library",
5   "description": "                    HeyWatch is a cloud video encoding service\n",
6   "homepage": "http://www.heywatchencoding.com",
7   "license": "MIT",
8   "authors": {
9     "Bruno Celeste": "bruno@heywatch.com"
10   },
11   "source": {
12     "git": "https://github.com/HeyWatch/heywatch-objc.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "source_files": "Classes",
21   "ios": {
22     "exclude_files": "Classes/osx"
23   },
24   "osx": {
25     "exclude_files": "Classes/ios"
26   },
27   "dependencies": {
28     "AFNetworking": [
29       "~> 2.0"
30     ]
31   }