blob: daacb52484fa0a6de84f68d717f6a8b9746a3ae5 [file] [log] [blame]
{
"name": "KSOForm",
"version": "0.35.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.35.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "KSOForm/**/*.{h,m}",
"exclude_files": "KSOForm/KSOForm-Info.h",
"tvos": {
"exclude_files": [
"KSOForm/Private/KSOFormTextMultilineTableViewCell.{h,m}",
"KSOForm/Private/KSOFormSwitchTableViewCell.{h,m}",
"KSOForm/Private/KSOFormPickerViewTableViewCell.{h,m}",
"KSOForm/Private/KSOFormDatePickerTableViewCell.{h,m}",
"KSOForm/Private/KSOFormStepperTableViewCell.{h,m}",
"KSOForm/Private/KSOFormSliderTableViewCell.{h,m}",
"KSOForm/Private/KSOFormOptionsInlineTableViewCell.{h,m}"
]
},
"private_header_files": "KSOForm/Private/*.h",
"resource_bundles": {
"KSOForm": [
"KSOForm/**/*.{lproj}"
]
},
"dependencies": {
"Ditko": [
],
"Agamotto": [
],
"Quicksilver": [
],
"KSOTextValidation": [
]
}
}