blob: 03fd9754fd765e9383e79d64fe68be42b0d3f8c0 [file] [log] [blame]
{
"name": "HWFunctional",
"version": "0.3.5",
"summary": "Functional tools for Objective-C.",
"description": "Functional tools for Objective-C. Include HWRxObserver、HWPromise、HWAnimation.",
"homepage": "https://github.com/chunzhiying",
"license": "MIT",
"authors": {
"chunzhiying": "chun.zhiying.ggl@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/chunzhiying/HWFunctional.git",
"tag": "0.3.5"
},
"source_files": "Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
]
}