[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / 5 / f / Loki / 0.2.0 / Loki.podspec.json
blob9c1edf9a8d26275b72762468d257eec5b5f6cbd0
2   "name": "Loki",
3   "version": "0.2.0",
4   "summary": "Loki is an iOS/macOS/tvOS/watchOS framework for manipulating UIImage/NSImage.",
5   "description": "Loki is an iOS/macOS/tvOS/watchOS framework for manipulating `UIImage`/`NSImage`. Methods are provided to resize, blur, adjust contrast, brightness, or saturation. A limited subset of methods are provided on watchOS.",
6   "homepage": "https://github.com/Kosoku/Loki",
7   "license": {
8     "type": "BSD",
9     "file": "license.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/Loki.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "source_files": "Loki/**/*.{h,m}",
26   "exclude_files": "Loki/Loki-Info.h",
27   "private_header_files": "Loki/Private/*.h",
28   "ios": {
29     "exclude_files": "Loki/macOS",
30     "frameworks": [
31       "Foundation",
32       "UIKit",
33       "Accelerate"
34     ]
35   },
36   "osx": {
37     "exclude_files": "Loki/iOS",
38     "frameworks": [
39       "Foundation",
40       "AppKit",
41       "Accelerate"
42     ]
43   },
44   "tvos": {
45     "exclude_files": "Loki/macOS",
46     "frameworks": [
47       "Foundation",
48       "UIKit",
49       "Accelerate"
50     ]
51   },
52   "watchos": {
53     "exclude_files": "Loki/macOS",
54     "frameworks": [
55       "Foundation",
56       "UIKit"
57     ]
58   }