[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 0 / a / NativeUI / 0.0.1 / NativeUI.podspec.json
blobecc410ae80c9c9a93da93554b63771c3047bfb90
2   "name": "NativeUI",
3   "version": "0.0.1",
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": "0.0.1"
18   },
19   "source_files": "NativeUI/Sources/**/*.{swift}",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "swift_versions": "5.0",
26   "swift_version": "5.0"