| { |
| "name": "Statham", |
| "version": "1.1.0", |
| "license": "MIT", |
| "summary": "Swift library for decoding Json. Used by JsonGen code generator.", |
| "description": "Statham is a library written in Swift for encoding and decoding Json.\nThe JsonGen code generator is used to generate Statham code.", |
| "authors": { |
| "Tom Lokhorst": "tom@lokhorst.eu" |
| }, |
| "social_media_url": "https://twitter.com/tomlokhorst", |
| "homepage": "https://github.com/tomlokhorst/Statham", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/tomlokhorst/Statham.git", |
| "tag": "1.1.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "pushed_with_swift_version": "3.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources" |
| }, |
| { |
| "name": "Date-iso8601", |
| "source_files": "extensions/Date+JsonGen.swift", |
| "dependencies": { |
| "Statham/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Alamofire", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "extensions/Alamofire+Statham.swift", |
| "dependencies": { |
| "Statham/Core": [ |
| |
| ], |
| "Promissum/Alamofire": [ |
| "~> 1.0" |
| ] |
| } |
| }, |
| { |
| "name": "Alamofire+Promissum", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": [ |
| "extensions/Alamofire+Statham.swift", |
| "extensions/Alamofire+Promissum+Statham.swift" |
| ], |
| "dependencies": { |
| "Statham/Core": [ |
| |
| ], |
| "Promissum/Alamofire": [ |
| "~> 1.0" |
| ] |
| } |
| } |
| ] |
| } |