| { |
| "name": "VandelayDropbox", |
| "version": "0.1.0", |
| "summary": "Vandelay is an importer/exporter for iOS.", |
| "description": "Vandelay is an importer/exporter for iOS. VandelayDropbox adds Dropbox integrations\nto Vandelay, letting you export serialized JSON data and more complex NSData to the\nDropbox folder used by your app.", |
| "homepage": "https://github.com/danielsaidi/vandelay", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Daniel Saidi": "daniel.saidi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/danielsaidi/vandelay.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/danielsaidi", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "VandelayDropbox/Classes/**/*", |
| "dependencies": { |
| "SwiftyDropbox": [ |
| "~> 3.0.0" |
| ], |
| "Vandelay": [ |
| "~> 0.1.0" |
| ] |
| } |
| } |