[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 9 / 4 / DTDownload / 1.0.3 / DTDownload.podspec.json
blob8ee0f7f5b584326f593d090686f02f1c75796f29
2   "name": "DTDownload",
3   "version": "1.0.3",
4   "summary": "File Downloading, Caching and Queueing.",
5   "homepage": "https://github.com/Cocoanetics/DTDownload",
6   "authors": {
7     "Oliver Drobnik": "oliver@drobnik.com"
8   },
9   "source": {
10     "git": "https://github.com/Cocoanetics/DTDownload.git",
11     "tag": "1.0.3"
12   },
13   "platforms": {
14     "ios": "5.0",
15     "osx": "10.6"
16   },
17   "source_files": "Core/Source/*.{h,m}",
18   "license": "BSD",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Cache",
23       "source_files": "Core/Source/Cache/*.{h,m}",
24       "frameworks": [
25         "CoreData"
26       ],
27       "dependencies": {
28         "DTFoundation/Core": [
29           "~>1.6.0"
30         ]
31       }
32     },
33     {
34       "name": "Queue",
35       "source_files": "Core/Source/Queue/*.{h,m}"
36     }
37   ]