| { |
| "name": "SwiftDictionaryCoding", |
| "version": "1.0.0", |
| "summary": "Decode / encode dictionaries.", |
| "description": "Decode / encode instances of Decodable/Encodable objects to / from dictionaries", |
| "swift_version": "4.1", |
| "homepage": "https://github.com/ashleymills/SwiftDictionaryCoding", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ashleymills": "ashleymills@mac.com" |
| }, |
| "source": { |
| "git": "https://github.com/ashleymills/SwiftDictionaryCoding.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source_files": "SwiftDictionaryCoding/Classes/**/*" |
| } |