| { |
| "name": "NBCodableContainer", |
| "version": "1.0.0", |
| "summary": "NBCodableContainer contains is an extention to KeyedDecodingContainer & KeyedEncodingContainer enabling you to Decode and Encode Any Type.", |
| "description": "- Any type would be able to handle Double, Float, Int, UInt, String, Bool, Date.\n- Able to handle nil while decoding and Encoding Both\n- It also supports UnkeyedEncodingContainer.\n- Compatible with Swift 5 and Swift 4.2.", |
| "homepage": "https://github.com/nikhilbatra789/NBCodableContainer", |
| "license": { |
| "type": "GNU GPLv3", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "nikhilbatra789": "nikhilbatra789@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/nikhilbatra789/NBCodableContainer.git", |
| "commit": "ac09c7a5c486f729e9f3c8f61d97fe61f648eaf6" |
| }, |
| "social_media_url": "https://twitter.com/nikhilbatra789", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "NBCodableContainer/Classes/**/*", |
| "swift_version": "4.2" |
| } |