| { |
| "name": "IDPCastable", |
| "version": "0.1.1", |
| "summary": "Chainable Swift typecasting", |
| "description": "IDPCastable is a chainable casting type used to avoid excessive iflets and guards, whe you are working with multiple unrelated types expected under a single variable.", |
| "homepage": "https://github.com/idapgroup/IDPCastable", |
| "license": { |
| "type": "New BSD", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "IDAP Group": "admin@idapgroup.com" |
| }, |
| "source": { |
| "git": "https://github.com/idapgroup/IDPCastable.git", |
| "tag": "0.1.1" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "tvos": "9.0" |
| }, |
| "header_mappings_dir": "Source", |
| "source_files": "Source/**/*.{swift,h,m,c,cpp}", |
| "pushed_with_swift_version": "3.0" |
| } |