| { |
| "name": "ISLinguisticsHelper", |
| "version": "0.0.1", |
| "summary": "Making linguistics easy, A set of classes and categories for analyzing your data.", |
| "homepage": "https://github.com/iainsmith/ISLinguisticsHelper", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Iain Smith": "iain@mountain23.com" |
| }, |
| "source": { |
| "git": "https://github.com/iainsmith/ISLinguisticsHelper.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.7" |
| }, |
| "source_files": [ |
| "ISLinguisticsHelper", |
| "ISLinguisticsHelper/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |