[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 8 / 1 / 3 / ObjectDecoder / 0.2.0 / ObjectDecoder.podspec.json
blob7163bcd844cfc30d7ed39c87389311c290803b28
2   "name": "ObjectDecoder",
3   "version": "0.2.0",
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.2.0"
17   },
18   "social_media_url": "https://twitter.com/thereallu5",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "ObjectDecoder/Classes/**/*"