[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 2 / 0 / UIRounding / 0.1.0 / UIRounding.podspec.json
blob5c926394c2356fb0668e8299cc6057210a9534ad
2   "name": "UIRounding",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/jankase/UIRounding",
9   "authors": {
10     "Jan Kase": "jan.kase@jkdev.eu"
11   },
12   "summary": "Simple helper for perform pixel perfect rounding of CoreGraphics elements",
13   "swift_versions": "5.0",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/jankase/UIRounding.git",
22     "tag": "0.1.0"
23   },
24   "ios": {
25     "source_files": [
26       "Common/*.swift",
27       "Common/iOS_tvOS/**/*.swift",
28       "UIRounding_iOS/**/*.swift"
29     ],
30     "frameworks": [
31       "CoreGraphics",
32       "Foundation",
33       "UIKit"
34     ]
35   },
36   "osx": {
37     "source_files": [
38       "Common/*.swift",
39       "UIRounding_macOS/**/*.swift"
40     ],
41     "frameworks": [
42       "CoreGraphics",
43       "Foundation",
44       "Cocoa"
45     ]
46   },
47   "tvos": {
48     "source_files": [
49       "Common/*.swift",
50       "Common/iOS_tvOS/**/*.swift",
51       "UIRounding_tvOS/**/*.swift"
52     ],
53     "frameworks": [
54       "CoreGraphics",
55       "Foundation",
56       "UIKit"
57     ]
58   },
59   "watchos": {
60     "source_files": [
61       "Common/*.swift",
62       "UIRounding_watchOS/**/*.swift"
63     ],
64     "frameworks": [
65       "CoreGraphics",
66       "Foundation",
67       "WatchKit"
68     ]
69   },
70   "swift_version": "5.0"