[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / d / e / Nuke / 0.2.2 / Nuke.podspec.json
blobbb8bff5daf6deeeeb573fe6de491e24f1985922c
2   "name": "Nuke",
3   "version": "0.2.2",
4   "summary": "Advanced Swift framework for loading and caching images",
5   "homepage": "https://github.com/kean/Nuke",
6   "license": "MIT",
7   "authors": "Alexander Grebenyuk",
8   "source": {
9     "git": "https://github.com/kean/Nuke.git",
10     "tag": "0.2.2"
11   },
12   "social_media_url": "https://twitter.com/a_grebenyuk",
13   "platforms": {
14     "ios": "8.0",
15     "watchos": "2.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": [
19     "Core",
20     "UI"
21   ],
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Nuke/Source/Core/**/*"
26     },
27     {
28       "name": "UI",
29       "platforms": {
30         "ios": "8.0"
31       },
32       "dependencies": {
33         "Nuke/Core": [
35         ]
36       },
37       "ios": {
38         "source_files": "Nuke/Source/UI/**/*"
39       }
40     },
41     {
42       "name": "Alamofire",
43       "dependencies": {
44         "Nuke/Core": [
46         ],
47         "Alamofire": [
48           "~> 2.0"
49         ]
50       },
51       "source_files": "Nuke/Source/Alamofire/**/*"
52     },
53     {
54       "name": "GIF",
55       "platforms": {
56         "ios": "8.0"
57       },
58       "dependencies": {
59         "Nuke/Core": [
61         ],
62         "Nuke/UI": [
64         ],
65         "FLAnimatedImage": [
66           "~> 1.0"
67         ]
68       },
69       "source_files": "Nuke/Source/GIF/**/*"
70     }
71   ]