[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / e / d / 6 / SwiftyRouter / 0.1.3 / SwiftyRouter.podspec.json
blob1904d0f1c9cb6e03bf83fe337c627f3ef1a2b9be
2   "name": "SwiftyRouter",
3   "version": "0.1.3",
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"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "frameworks": "Foundation",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "SwiftyRouter.swift",
26       "dependencies": {
27         "Alamofire": [
28           "~> 3.2"
29         ]
30       }
31     },
32     {
33       "name": "ObjectMapper",
34       "source_files": "ObjectMapper/SwiftyRouter+ObjectMapper.swift",
35       "dependencies": {
36         "ObjectMapper": [
37           "~> 1.1"
38         ],
39         "SwiftyRouter/Core": [
41         ]
42       }
43     },
44     {
45       "name": "SwiftyJSON",
46       "source_files": "SwiftyJSON/SwiftyRouter+SwiftyJSON.swift",
47       "dependencies": {
48         "SwiftyJSON": [
49           "~> 2.3"
50         ],
51         "SwiftyRouter/Core": [
53         ]
54       }
55     },
56     {
57       "name": "ModelMapper",
58       "source_files": "ModelMapper/SwiftyRouter+ModelMapper.swift",
59       "dependencies": {
60         "ModelMapper": [
61           "~> 1.0"
62         ],
63         "SwiftyRouter/Core": [
65         ]
66       }
67     }
68   ]