blob: 4db3aa1e760478d4f70f458bf0965ee35ac8a051 [file] [log] [blame]
{
"name": "AwesomeKeyPath",
"version": "0.4.0",
"summary": "Use Swift Keypath in DataBinding, Predication, Testing etc.",
"swift_versions": "5",
"description": "Swift KeyPath is awesome, this library is a collection of how to apply KeyPath in development",
"homepage": "https://github.com/tonnylitao/AwesomeKeyPath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tonnylitao": "tonny.litao@gmail.com"
},
"source": {
"git": "https://github.com/tonnylitao/AwesomeKeyPath.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AwesomeKeyPath/Classes/KPDataBinding/**/*",
"subspecs": [
{
"name": "Validation",
"source_files": "AwesomeKeyPath/Classes/KPValidation/*"
},
{
"name": "Kit",
"source_files": "AwesomeKeyPath/Classes/KPKit/*"
}
],
"swift_version": "5"
}