[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 9 / 8 / d / NukeUI / 0.8.0 / NukeUI.podspec.json
blobe0f0b814c26f924db138e963db957f05c6c187cf
2   "name": "NukeUI",
3   "version": "0.8.0",
4   "summary": "A powerful image loading and caching system",
5   "description": "A powerful image loading and caching system which makes simple tasks like loading images into views extremely simple, while also supporting more advanced features for more demanding apps.",
6   "homepage": "https://github.com/kean/NukeUI",
7   "license": "MIT",
8   "authors": "Alexander Grebenyuk",
9   "social_media_url": "https://twitter.com/a_grebenyuk",
10   "source": {
11     "git": "https://github.com/kean/NukeUI.git",
12     "tag": "0.8.0"
13   },
14   "swift_versions": [
15     "5.1",
16     "5.2",
17     "5.3",
18     "5.4"
19   ],
20   "platforms": {
21     "ios": "12.0",
22     "osx": "10.14",
23     "tvos": "12.0",
24     "watchos": "5.0"
25   },
26   "source_files": "Sources/**/*",
27   "dependencies": {
28     "Nuke": [
29       "~> 10.5"
30     ]
31   },
32   "ios": {
33     "dependencies": {
34       "Gifu": [
35         "~> 3.0"
36       ]
37     }
38   },
39   "tvos": {
40     "dependencies": {
41       "Gifu": [
42         "~> 3.0"
43       ]
44     }
45   },
46   "swift_version": "5.4"