| { |
| "name": "NTJsonModel", |
| "version": "1.00", |
| "summary": "model objects for JSON objects using a declarative approach for defining properties. Supports immutable (and mutable) model objects", |
| "homepage": "https://github.com/NagelTech/NTJsonModel", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ethan Nagel": "eanagel@gmail.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/NagelTech/NTJsonModel.git", |
| "tag": "1.00" |
| }, |
| "requires_arc": true, |
| "source_files": "classes/ios/*.{h,m}", |
| "public_header_files": [ |
| "classes/ios/NTJsonModel.h", |
| "classes/ios/NTJsonPropertyInfo.h", |
| "classes/ios/NTJsonPropertyConversion.h", |
| "classes/ios/NSArray+NTJsonModel.h", |
| "classes/ios/NSDictionary+NTJsonModel.h" |
| ] |
| } |