[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / 0 / ObjectiveCDM / 1.0.5 / ObjectiveCDM.podspec.json
blob7bf274ba396322e4f63ca173c838a18e12aba7d4
2   "name": "ObjectiveCDM",
3   "version": "1.0.5",
4   "summary": "Dead Simple batch of file Download Manager",
5   "description": "                   ObjectiveCDM is a files download manager built on top of NSURLSession for iOS. It supports auto resume on internet connection recovery.\n",
6   "homepage": "http://github.com/jameshuynh/ObjectiveCDM",
7   "license": "MIT",
8   "authors": {
9     "James": "james@rubify.com"
10   },
11   "social_media_url": "https://twitter.com/jameshu",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/jameshuynh/ObjectiveCDM.git",
17     "tag": "1.0.5"
18   },
19   "source_files": [
20     "Source",
21     "Source/**/*.{h,m}"
22   ],
23   "exclude_files": "",
24   "requires_arc": true,
25   "dependencies": {
26     "FileMD5Hash": [
27       "~> 2.0.0"
28     ],
29     "Reachability": [
30       "~> 3.1.1"
31     ]
32   }