| { |
| "name": "MTLJSONAdapterWithoutNil", |
| "version": "1.0", |
| "summary": "Mantle JSON Adapter that ignore null values.", |
| "homepage": "https://github.com/sdkdimon/MTLJSONAdapterWithoutNil", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Dmitry Lizin": "sdkdimon@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/sdkdimon/MTLJSONAdapterWithoutNil.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "module_name": "MTLJSONAdapterWithoutNil", |
| "source_files": "Classes/*.{h,m}", |
| "dependencies": { |
| "Mantle": [ |
| "2.0" |
| ] |
| } |
| } |