[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 0 / a / Converter / 0.1.1 / Converter.podspec.json
blob72459e5e311b590aecfc2f1ca2fd217d1f357b33
2   "name": "Converter",
3   "version": "0.1.1",
4   "summary": "An automatic convention based, boiler plate free, object mapper for Swift",
5   "description": "Converter is an object mapper similar to AutoMapper for Swift. Converting an object of one type to a different type usually invloves writing a lot of boiler plate code. Converter is an automatic convetion based solution.",
6   "homepage": "https://github.com/wickwirew/Converter",
7   "license": "MIT",
8   "authors": {
9     "Wesley Wickwire": "wickwirew@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/wickwirew/Converter.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "Converter/**/*.swift",
19   "dependencies": {
20     "Runtime": [
21       "0.2.0"
22     ]
23   },
24   "pushed_with_swift_version": "4.0"