| { |
| "name": "Statham", |
| "version": "0.6.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": "0.6.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources" |
| }, |
| { |
| "name": "NSDate-iso8601", |
| "source_files": "extensions/NSDate+JsonGen.swift", |
| "dependencies": { |
| "Statham/Core": [ |
| |
| ] |
| } |
| } |
| ] |
| } |