blob: 14bbf9ff1d1aa7a7044d3c660bd358b949ee4893 [file] [log] [blame]
{
"name": "IDPCastable",
"version": "0.1.3",
"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": "hello@idapgroup.com"
},
"source": {
"git": "https://github.com/idapgroup/IDPCastable.git",
"tag": "0.1.3"
},
"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"
}