[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / a / 8 / NBCodableContainer / 1.0.0 / NBCodableContainer.podspec.json
blob68bfe256d816a587deba23c5700f6bc621f03bfb
2   "name": "NBCodableContainer",
3   "version": "1.0.0",
4   "summary": "NBCodableContainer contains is an extention to KeyedDecodingContainer & KeyedEncodingContainer enabling you to Decode and Encode Any Type.",
5   "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.",
6   "homepage": "https://github.com/nikhilbatra789/NBCodableContainer",
7   "license": {
8     "type": "GNU GPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nikhilbatra789": "nikhilbatra789@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nikhilbatra789/NBCodableContainer.git",
16     "commit": "ac09c7a5c486f729e9f3c8f61d97fe61f648eaf6"
17   },
18   "social_media_url": "https://twitter.com/nikhilbatra789",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "NBCodableContainer/Classes/**/*",
23   "swift_version": "4.2"