{ | |
"name": "RxOC", | |
"version": "1.0.1", | |
"summary": "An iOS Rx imp.", | |
"description": "it is a rx util", | |
"homepage": "xxxx", | |
"license": "MIT", | |
"authors": { | |
"lishusheng": "shusheng.li@outlook.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/18257168402/RxOC.git", | |
"tag": "1.0.1" | |
}, | |
"requires_arc": true, | |
"frameworks": [ | |
"Foundation", | |
"UIKit" | |
], | |
"source_files": "source/**/*.{h,m}", | |
"exclude_files": "" | |
} |