| { | |
| "name": "THIn", | |
| "version": "1.0", | |
| "summary": "Three easy ways to do things later in Cocoa Touch.", | |
| "homepage": "https://github.com/th-in-gs/THIn", | |
| "authors": { | |
| "James Montgomerie": "jamie@montgomerie.net" | |
| }, | |
| "source": { | |
| "git": "https://github.com/bendodson/THIn.git", | |
| "tag": "1.0" | |
| }, | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "license": { | |
| "type": "Custom", | |
| "file": "LICENSE" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "Classes/**/*.{h,m}" | |
| ], | |
| "exclude_files": "Classes/Exclude", | |
| "requires_arc": true | |
| } |