blob: d385c89ad596b5dd7a0cb10b92eb146ecd8c8ffd [file] [log] [blame]
{
"name": "DRDatabase",
"version": "1.0.0",
"summary": "DRDatabase is 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": "http://twitter.com/daniel_riege",
"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"
}