[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / f / DynamicMapper / 2.0.1 / DynamicMapper.podspec.json
blob03cbe724edd012637277fbd95a777615c2f90d43
2   "name": "DynamicMapper",
3   "version": "2.0.1",
4   "license": "MIT",
5   "summary": "Map your model dynamically using native Codable",
6   "description": "'DynamicMapper is a framework written in Swift for dynamically decoding and encoding models (reference and value types) using Swift native Decodable and Encodable protocols. Nested Objects encoding and decoding (Dynamic Mapping), Dynamic object insertion and creation and smooth transformation from Codable'",
7   "homepage": "https://github.com/AbdulrahmanQasem95/DynamicMapper",
8   "authors": {
9     "Abdulrahman Qasem": "Abdulrahmanq1995@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AbdulrahmanQasem95/DynamicMapper.git",
13     "tag": "2.0.1"
14   },
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.13",
18     "tvos": "11.0",
19     "watchos": "4.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "source_files": "Classes/**/*.swift",
24   "swift_version": "5.0"