| { | |
| "name": "rowTestPod", | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "summary": "This pod lets a user select a house.", | |
| "requires_arc": true, | |
| "version": "0.1.0", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Rowan Gontier": "rgontier@gmail.com" | |
| }, | |
| "homepage": "https://github.com/RowanG1/RowTestPod", | |
| "source": { | |
| "git": "https://github.com/RowanG1/RowTestPod.git", | |
| "tag": "0.1.0" | |
| }, | |
| "source_files": "rowTestPod/Classes/**/*.{swift}" | |
| } |