| { |
| "name": "SwiftyRouter", |
| "version": "0.1.0", |
| "summary": "Easy networking in Swift", |
| "description": "SwiftyRouter makes it easy to deal with network connection in Swift", |
| "homepage": "https://github.com/DroidsOnRoids/SwiftyRouter", |
| "license": "MIT", |
| "authors": { |
| "Piotr Sochalewski": "piotr.sochalewski@droidsonroids.pl", |
| "Łukasz Mróz": "lukasz.mroz@droidsonroids.pl" |
| }, |
| "source": { |
| "git": "https://github.com/DroidsOnRoids/SwiftyRouter.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "frameworks": "Foundation", |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "SwiftyRouter.swift", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 3.1" |
| ] |
| } |
| }, |
| { |
| "name": "ObjectMapper", |
| "source_files": "ObjectMapper/SwiftyRouter+ObjectMapper.swift", |
| "dependencies": { |
| "ObjectMapper": [ |
| "~> 1.1" |
| ], |
| "SwiftyRouter/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "SwiftyJSON", |
| "source_files": "SwiftyJSON/SwiftyRouter+SwiftyJSON.swift", |
| "dependencies": { |
| "SwiftyJSON": [ |
| "~> 2.3" |
| ], |
| "SwiftyRouter/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "ModelMapper", |
| "source_files": "ModelMapper/SwiftyRouter+ModelMapper.swift", |
| "dependencies": { |
| "ModelMapper": [ |
| "~> 1.0" |
| ], |
| "SwiftyRouter/Core": [ |
| |
| ] |
| } |
| } |
| ] |
| } |