| { | |
| "name": "CombineObject", | |
| "version": "1.0.0", | |
| "summary": "CombineObject 响应式框架的 Swift 版本", | |
| "homepage": "https://github.com/combineobject/CombineObject-Swift", | |
| "license": "MIT", | |
| "authors": { | |
| "张行": "zhanghang@globalegrow.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/combineobject/CombineObject-Swift", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": [ | |
| "CombineObject/Sources/CombineObject", | |
| "CombineObject/Sources/CombineObject/**/*.{swift}" | |
| ] | |
| } |