blob: 8a51e012f38b7af3c7fb6ea9557212bc6722724f [file] [log] [blame]
{
"name": "POSErrorHandling",
"version": "1.1.1",
"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.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*.{h,m}",
"resource_bundles": {
"POSErrorHandling-Resources": [
"Resources/*.lproj"
]
},
"preserve_paths": "Resources"
}