[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 6 / SwiftyRouter / 0.1.3.1 / SwiftyRouter.podspec.json
blob70cf23d66393592daec7866d69c19bd345c9c55f
2   "name": "SwiftyRouter",
3   "version": "0.1.3.1",
4   "summary": "Easy networking in Swift",
5   "description": "SwiftyRouter makes it easy to deal with network connection in Swift",
6   "homepage": "https://github.com/DroidsOnRoids/SwiftyRouter",
7   "license": "MIT",
8   "authors": {
9     "Piotr Sochalewski": "piotr.sochalewski@droidsonroids.pl",
10     "Łukasz Mróz": "lukasz.mroz@droidsonroids.pl"
11   },
12   "source": {
13     "git": "https://github.com/DroidsOnRoids/SwiftyRouter.git",
14     "tag": "0.1.3.1"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "SwiftyRouter.swift",
29       "dependencies": {
30         "Alamofire": [
31           "~> 3.2"
32         ]
33       }
34     },
35     {
36       "name": "ObjectMapper",
37       "source_files": "ObjectMapper/SwiftyRouter+ObjectMapper.swift",
38       "dependencies": {
39         "ObjectMapper": [
40           "~> 1.1"
41         ],
42         "SwiftyRouter/Core": [
44         ]
45       }
46     },
47     {
48       "name": "SwiftyJSON",
49       "source_files": "SwiftyJSON/SwiftyRouter+SwiftyJSON.swift",
50       "dependencies": {
51         "SwiftyJSON": [
52           "~> 2.3"
53         ],
54         "SwiftyRouter/Core": [
56         ]
57       }
58     },
59     {
60       "name": "ModelMapper",
61       "ios": {
62         "source_files": "ModelMapper/SwiftyRouter+ModelMapper.swift"
63       },
64       "dependencies": {
65         "ModelMapper": [
66           "~> 1.0"
67         ],
68         "SwiftyRouter/Core": [
70         ]
71       },
72       "platforms": {
73         "ios": "8.0",
74         "osx": "10.10",
75         "watchos": "2.0",
76         "tvos": "9.0"
77       }
78     }
79   ]