blob: 37627fa70e8be2b58784fbb1da9b883fc7dc7ff4 [file] [log] [blame]
{
"name": "KSOForm",
"version": "0.1.0",
"summary": "KSOForm is a iOS framework for creating Settings app like views.",
"description": "KSOForm is a iOS framework for creating Settings app like views. It manages displaying the form and automatically updating the display in response to changes to the model classes.",
"homepage": "https://github.com/Kosoku/KSOForm",
"screenshots": [
"https://github.com/Kosoku/KSOForm/raw/master/screenshots/iOS-1.png",
"https://github.com/Kosoku/KSOForm/raw/master/screenshots/iOS-2.png",
"https://github.com/Kosoku/KSOForm/raw/master/screenshots/iOS-3.png"
],
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOForm.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "KSOForm/**/*.{h,m}",
"exclude_files": "KSOForm/KSOForm-Info.h",
"private_header_files": "KSOForm/Private/*.h",
"dependencies": {
"Ditko": [
],
"Agamotto": [
],
"Quicksilver": [
],
"KSOTextValidation": [
]
}
}