| { |
| "name": "NSObject-KJSerializer", |
| "version": "0.0.1", |
| "summary": "Easy way to automate the mapping of NSObjects to NSDictionary and back again. Great for JSON handling.", |
| "homepage": "https://github.com/kevinejohn/NSObject-KJSerializer", |
| "license": "MIT", |
| "authors": { |
| "kevinejohn": "" |
| }, |
| "source": { |
| "git": "https://github.com/kevinejohn/NSObject-KJSerializer.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": true, |
| "source_files": "KJObjectSerialize/*", |
| "frameworks": "Foundation" |
| } |