| { |
| "name": "DRDatabase", |
| "version": "1.0.1", |
| "summary": "DRDatabase is a simple yet powerful way to connect to a MySQL database via Swift.", |
| "description": "DRDatabase connects your app with your MySQL database. Enter SQL commands to get the information you want. DRDatabase gives you your results in a Dictionary, so you can easily use it.", |
| "license": "MIT", |
| "homepage": "https://github.com/danielriege/DRDatabase", |
| "authors": { |
| "Daniel Riege": "daniel.riege99@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/daniel_riege", |
| "source": { |
| "git": "https://github.com/danielriege/DRDatabase.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "DRDatabase", |
| "DRDatabase/**/*.{h,m,swift}" |
| ], |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |