[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 9 / 4 / DTDownload / 1.1.1 / DTDownload.podspec.json
blob9e14c05bc178194be08a1c1add27e0669e419599
2   "name": "DTDownload",
3   "version": "1.1.1",
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.1.1"
12   },
13   "platforms": {
14     "ios": "5.0",
15     "osx": "10.6"
16   },
17   "license": "BSD",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Core/Source/*.{h,m}",
23       "dependencies": {
24         "DTFoundation/Core": [
25           "~>1.7.0"
26         ]
27       }
28     },
29     {
30       "name": "Cache",
31       "source_files": "Core/Source/Cache/*.{h,m}",
32       "frameworks": [
33         "CoreData"
34       ],
35       "dependencies": {
36         "DTFoundation/Core": [
37           "~>1.7.0"
38         ],
39         "DTDownload/Core": [
40           "~>1.1.1"
41         ]
42       }
43     },
44     {
45       "name": "Queue",
46       "source_files": "Core/Source/Queue/*.{h,m}",
47       "dependencies": {
48         "DTDownload/Core": [
49           "~>1.1.1"
50         ]
51       }
52     }
53   ]