blob: e804f8c9149b014c03cc78520439ed18b9a5dd99 [file] [log] [blame]
{
"name": "NativeUI",
"version": "0.0.3",
"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.3"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"NativeUI/Alert": [
]
}
},
{
"name": "Utils",
"source_files": "NativeUI/Sources/Utils/**/*.{swift}"
},
{
"name": "Alert",
"source_files": "NativeUI/Sources/Alert/**/*.{swift}",
"dependencies": {
"NativeUI/Utils": [
]
}
}
],
"swift_version": "5.0"
}