[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 1 / 3 / ObjectDecoder / 0.1.2 / ObjectDecoder.podspec.json
blob7f01ef44229c92f23d9b740bd96fd42ca4177e92
2   "name": "ObjectDecoder",
3   "version": "0.1.2",
4   "summary": "A Swift Class that decodes basic structures such as Dictionaries and Arrays.",
5   "description": "ObjectDecoder is a Swift Class that allows for decoding common Swift types such as Dictionary and Array. Use object decoder to convert data models that conform to Decodable from basic structures.",
6   "homepage": "https://github.com/LucasBest/ObjectDecoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Best": "lucas.best.5@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/LucasBest/ObjectDecoder.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ObjectDecoder/Classes/**/*"