[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / d / Ditko / 0.1.0 / Ditko.podspec.json
blobcf2601c8dc929382a2fd5da46e0c30d139e728cf
2   "name": "Ditko",
3   "version": "0.1.0",
4   "summary": "Ditko is an iOS/macOS/tvOS/watchOS framework that extends the `AppKit`, `UIKit`, and `WatchKit` frameworks.",
5   "description": "Ditko is an iOS/macOS/tvOS/watchOS framework that extends the `AppKit`, `UIKit`, and `WatchKit` frameworks. It includes macros, functions, categories and classes that accelerate common development tasks. For example, a category on `UIColor` and `NSColor` to quickly create instances given RBBA or HSBA components.",
6   "homepage": "https://github.com/Kosoku/Ditko",
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/Ditko.git",
16     "tag": "0.1.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": "Ditko/**/*.{h,m}",
26   "exclude_files": "Ditko/Ditko-Info.h",
27   "ios": {
28     "exclude_files": "Ditko/macOS",
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "exclude_files": "Ditko/iOS",
33     "frameworks": "AppKit"
34   },
35   "tvos": {
36     "exclude_files": [
37       "Ditko/macOS",
38       "Ditko/KDIFunctions.{h,m}"
39     ],
40     "frameworks": "UIKit"
41   },
42   "watchos": {
43     "exclude_files": [
44       "Ditko/macOS",
45       "Ditko/KDIFunctions.{h,m}",
46       "Ditko/KDIView.{h,m}",
47       "Ditko/KDIGradientView.{h,m}"
48     ],
49     "frameworks": [
50       "UIKit",
51       "WatchKit"
52     ]
53   },
54   "dependencies": {
55     "Stanley": [
57     ]
58   }