| { | |
| "name": "ReXArch", | |
| "version": "1.0.0", | |
| "summary": "ReX for iOS", | |
| "description": "ReX for iOS, write code like Redux.", | |
| "homepage": "https://github.com/ReXSwift/ReX", | |
| "license": "MIT", | |
| "authors": { | |
| "DianQK": "dianqk@icloud.com" | |
| }, | |
| "module_name": "ReX", | |
| "source": { | |
| "git": "https://github.com/ReXSwift/ReX.git", | |
| "tag": "1.0.0" | |
| }, | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": [ | |
| "ReX/*.swift" | |
| ], | |
| "pushed_with_swift_version": "3.0" | |
| } |