[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / 3 / PropertySanitizer / 0.1.0 / PropertySanitizer.podspec.json
blob446f1ff2838e10bd520107a5ca7e14f710cc59bb
2   "name": "PropertySanitizer",
3   "version": "0.1.0",
4   "summary": "Validate object property values for class and protocol conformity.",
5   "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.",
6   "homepage": "https://github.com/opedge/PropertySanitizer",
7   "license": "MIT",
8   "authors": {
9     "Oleg Poyaganov": "oleg@poyaganov.com"
10   },
11   "source": {
12     "git": "https://github.com/opedge/PropertySanitizer.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/opedge",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h"