[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 0 / a / NativeUI / 1.2.2 / NativeUI.podspec.json
blob36fcb34e103c8ab313a047653009e761c75c829f
2   "name": "NativeUI",
3   "version": "1.2.2",
4   "summary": "Library that includes customizable replacements for native UIKit components",
5   "description": "For main focus of this library is to allow user to use native-style UI components \nwith ability to customize them without using private Apple API.\nLibrary contains components which looks like native ones, \nbut customizable and were implemented from scratch.",
6   "homepage": "https://github.com/devpolant/NativeUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Anton Poltoratskyi",
12   "platforms": {
13     "ios": "11.0"
14   },
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/devpolant/NativeUI.git",
18     "tag": "1.2.2"
19   },
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "NativeUI/Alert": [
32         ]
33       }
34     },
35     {
36       "name": "Utils",
37       "source_files": "NativeUI/Sources/Utils/**/*.{swift}"
38     },
39     {
40       "name": "Alert",
41       "source_files": "NativeUI/Sources/Alert/**/*.{swift}",
42       "dependencies": {
43         "NativeUI/Utils": [
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"