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