blob: 5a1328cc894b1d3581d40f6c590c6e59c6658d59 [file] [log] [blame]
{
"name": "HWFunctional",
"version": "0.3.7",
"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.7"
},
"source_files": "Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
]
}