| { |
| "name": "Restofire-Gloss", |
| "version": "1.0.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Restofire-Gloss is a component library for Restofire to serialize responses into Gloss", |
| "homepage": "https://github.com/Restofire/Restofire-Gloss", |
| "social_media_url": "https://twitter.com/rahulkatariya91", |
| "authors": { |
| "Rahul Katariya": "rahulkatariya@me.com" |
| }, |
| "source": { |
| "git": "https://github.com/Restofire/Restofire-Gloss.git", |
| "tag": "v1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/*.swift", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 3.0" |
| ], |
| "Restofire": [ |
| "~> 1.0" |
| ], |
| "Gloss": [ |
| "~> 0.7" |
| ] |
| }, |
| "frameworks": "Foundation" |
| } |
| ] |
| } |