[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 3 / 0 / 1 / XMLMapper / 1.5.2 / XMLMapper.podspec.json
blobdae5dc78adba76416f9d678ae0f66af7c593002f
2   "name": "XMLMapper",
3   "version": "1.5.2",
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.5.2"
16   },
17   "platforms": {
18     "watchos": "2.0",
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "swift_version": "4.0",
24   "default_subspecs": "Core",
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   ]