[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / 0 / 1 / XMLMapper / 1.4.4 / XMLMapper.podspec.json
blob0cffad452bd653638b386b422c148971c3067f26
2   "name": "XMLMapper",
3   "version": "1.4.4",
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.4.4"
16   },
17   "platforms": {
18     "watchos": "2.0",
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "XMLMapper/Classes/**/*",
28       "exclude_files": "XMLMapper/Classes/Requests"
29     },
30     {
31       "name": "Requests",
32       "platforms": {
33         "watchos": "2.0",
34         "ios": "8.0",
35         "osx": "10.10",
36         "tvos": "9.0"
37       },
38       "source_files": "XMLMapper/Classes/Requests/",
39       "dependencies": {
40         "XMLMapper/Core": [
42         ],
43         "Alamofire": [
44           "~> 4.1"
45         ]
46       }
47     }
48   ]