[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 0 / 1 / XMLMapper / 1.0.0 / XMLMapper.podspec.json
blob7297fd4bbd09e3c76ae9e1cbaf7a48d898e5805d
2   "name": "XMLMapper",
3   "version": "1.0.0",
4   "summary": "A simple way to map XML to Objects written in Swift",
5   "homepage": "https://github.com/gcharita/XMLMapper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "gcharita": "chgiorgos13@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/gcharita/XMLMapper.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "watchos": "2.0",
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "source_files": "XMLMapper/Classes/**/*",
24   "dependencies": {
25     "XMLDictionary": [
26       "~> 1.4"
27     ]
28   },
29   "pushed_with_swift_version": "3.2"