[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 3 / 0 / a / NativeUI / 1.0.0 / NativeUI.podspec.json
blob5de7c816749f52489869f63f79eecb2e73023e4a
2   "name": "NativeUI",
3   "version": "1.0.0",
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/AntonPoltoratskyi/NativeUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Anton Poltoratskyi",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/AntonPoltoratskyi/NativeUI.git",
17     "tag": "1.0.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "swift_versions": "5.0",
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"