| { |
| "name": "SwiftyJSONDecodable", |
| "version": "0.1.2", |
| "summary": "Framework for decoding from SwiftyJSON to well typed objects/values types.", |
| "homepage": "https://github.com/pollarm/SwiftyJSONDecodable", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mike Pollard": "mikeypollard@me.com" |
| }, |
| "social_media_url": "http://twitter.com/mikeypollard1", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/pollarm/SwiftyJSONDecodable.git", |
| "tag": "0.1.2" |
| }, |
| "source_files": "SwiftyJSONDecodable/**/*.{h,swift}", |
| "dependencies": { |
| "SwiftyJSON": [ |
| "~> 2.3" |
| ] |
| } |
| } |