blob: 732ffcb6db5d48bbf561b19e751a0198b2272eac [file] [log] [blame]
{
"name": "QPChainable",
"version": "1.2.0",
"summary": "Provides an easy way to construct chained expressions for Objective-C.",
"homepage": "https://github.com/keqiongpan/QPChainable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"keqiongpan": "keqiongpan@163.com"
},
"source": {
"git": "https://github.com/keqiongpan/QPChainable.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.8",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "QPChainable",
"public_header_files": "QPChainable/**/*.h",
"frameworks": "Foundation"
}