[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / d / e / Nuke / 1.0.0 / Nuke.podspec.json
blob2bd3c818f15a33943b8327ec543039712483222d
2   "name": "Nuke",
3   "version": "1.0.0",
4   "summary": "Advanced Swift framework for loading 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": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "watchos": "2.0",
17     "osx": "10.9"
18   },
19   "source_files": "Nuke/Source/Core/**/*",
20   "ios": {
21     "source_files": "Nuke/Source/UI/**/*"
22   },
23   "osx": {
24     "source_files": "Nuke/Source/UI/{ImageLoadingView,ImageLoadingViewExtensions,ImageViewLoadingController}.swift"
25   }