[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / 1 / XMLMapper / 0.1.0 / XMLMapper.podspec.json
blobcfdcb972b11ddee5c6e56e00fa747f96af15f26c
2   "name": "XMLMapper",
3   "version": "0.1.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": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "XMLMapper/Classes/**/*",
21   "dependencies": {
22     "XMLDictionary": [
23       "~> 1.4"
24     ]
25   },
26   "pushed_with_swift_version": "3.2"