blob: 164ebea077600f3ecd01b01ce9a80e7baef2f458 [file] [log] [blame]
{
"name": "AwesomeKeyPath",
"version": "0.0.4",
"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.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AwesomeKeyPath/Classes/KPDataBinding/**/*",
"subspecs": [
{
"name": "Predication",
"source_files": "AwesomeKeyPath/Classes/KPPredication/**/*"
}
],
"swift_version": "5"
}