blob: d7cf0008327f615d588f41eb7358fcc179feeeee [file] [log] [blame]
{
"name": "POSErrorHandling",
"version": "1.0.0",
"license": "MIT",
"summary": "Utilities for design-by-contract programming and error handling.",
"homepage": "https://github.com/pavelosipov/POSErrorHandling",
"authors": {
"Pavel Osipov": "posipov84@gmail.com"
},
"source": {
"git": "https://github.com/pavelosipov/POSErrorHandling.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*.{h,m}",
"resource_bundles": {
"POSErrorHandling-Resources": [
"Resources/*.lproj"
]
},
"preserve_paths": "Resources"
}