| { |
| "name": "ConvertibleArchiver", |
| "version": "0.4.1", |
| "summary": "Archiving For DataConvertible Types", |
| "description": "Lightweight tool for archiving types that conform to DataConvertible (see Convertible framework).", |
| "homepage": "https://github.com/bradhilton/ConvertibleArchiver", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Brad Hilton": "brad@skyvive.com" |
| }, |
| "source": { |
| "git": "https://github.com/bradhilton/ConvertibleArchiver.git", |
| "tag": "0.4.1" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "source_files": [ |
| "ConvertibleArchiver", |
| "ConvertibleArchiver/**/*.{swift,h,m}" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "Convertible": [ |
| "~> 4.1.0" |
| ] |
| } |
| } |