blob: 171ef2e30706a015ceab64729334af23d9f562c4 [file] [log] [blame]
{
"name": "HSYReactiveCocoaKit",
"version": "0.1.3",
"summary": "Based on a secondary packaging ReactiveCocoa",
"description": "这是一个对ReactiveCocoa进行二次封装的工程库",
"homepage": "https://github.com/huangsongyao/HSYReactiveCocoaKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huangsongyao": "huangsongyao@foxmail.com"
},
"source": {
"git": "https://github.com/huangsongyao/HSYReactiveCocoaKit.git",
"tag": "0.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "HSYReactiveCocoaKit/Classes/**/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"AFNetworking": [
"~> 2.3"
]
}
}