blob: ecc410ae80c9c9a93da93554b63771c3047bfb90 [file] [log] [blame]
{
"name": "NativeUI",
"version": "0.0.1",
"summary": "Library that includes customizable replacements for native UIKit components",
"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.",
"homepage": "https://github.com/AntonPoltoratskyi/NativeUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Anton Poltoratskyi",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/AntonPoltoratskyi/NativeUI.git",
"tag": "0.0.1"
},
"source_files": "NativeUI/Sources/**/*.{swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}