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