[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / d / e / Nuke / 2.0.0 / Nuke.podspec.json
blobdee1b6de092c2b6c05226142dd86e48f7171d434
2   "name": "Nuke",
3   "version": "2.0.0",
4   "summary": "Advanced Swift framework for loading, processing and caching images",
5   "description": "Advanced pure Swift framework for loading, caching, processing, displaying and preheating images.\n\nHas full featured UI extensions, support for image filters, optional Alamofire and FLAnimatedImage plugins and [more](https://github.com/kean/Nuke).",
6   "homepage": "https://github.com/kean/Nuke",
7   "license": "MIT",
8   "authors": "Alexander Grebenyuk",
9   "social_media_url": "https://twitter.com/a_grebenyuk",
10   "source": {
11     "git": "https://github.com/kean/Nuke.git",
12     "tag": "2.0.0"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "watchos": "2.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "source_files": "Nuke/Source/Core/**/*",
21   "ios": {
22     "source_files": "Nuke/Source/UI/**/*"
23   },
24   "tvos": {
25     "source_files": "Nuke/Source/UI/**/*"
26   },
27   "osx": {
28     "source_files": "Nuke/Source/UI/{ImageLoadingView,ImageLoadingViewExtensions,ImageViewLoadingController}.swift"
29   }