blob: e14ccdb3d4e25666fdd460994962d2b3cb191a2f [file] [log] [blame]
{
"name": "AwesomeKeyPath",
"version": "0.2.3",
"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.2.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AwesomeKeyPath/Classes/KPDataBinding/**/*",
"subspecs": [
{
"name": "Validation",
"source_files": "AwesomeKeyPath/Classes/KPValidation/*"
},
{
"name": "Closure",
"source_files": "AwesomeKeyPath/Classes/KPClosure/*"
}
],
"swift_version": "5"
}