blob: 446f1ff2838e10bd520107a5ca7e14f710cc59bb [file] [log] [blame]
{
"name": "PropertySanitizer",
"version": "0.1.0",
"summary": "Validate object property values for class and protocol conformity.",
"description": "PropertySanitizer was written to solve problem with Objective-C dynamic nature. When you parse JSON from server API response and you are unsure about property types at runtime, you should check your model properties to make your app fail earlier than crash somewhere in UI layer.",
"homepage": "https://github.com/opedge/PropertySanitizer",
"license": "MIT",
"authors": {
"Oleg Poyaganov": "oleg@poyaganov.com"
},
"source": {
"git": "https://github.com/opedge/PropertySanitizer.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/opedge",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}