[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / 1 / XMLMapper / 1.4.1 / XMLMapper.podspec.json
blobce661119b52362ed35f06595620fd2f90e0c9ff2
2   "name": "XMLMapper",
3   "version": "1.4.1",
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.1"
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   "pushed_with_swift_version": "4.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "XMLMapper/Classes/**/*",
29       "exclude_files": "XMLMapper/Classes/Requests"
30     },
31     {
32       "name": "Requests",
33       "platforms": {
34         "watchos": "2.0",
35         "ios": "8.0",
36         "osx": "10.10",
37         "tvos": "9.0"
38       },
39       "source_files": "XMLMapper/Classes/Requests/",
40       "dependencies": {
41         "XMLMapper/Core": [
43         ],
44         "Alamofire": [
45           "~> 4.1"
46         ]
47       }
48     }
49   ]