blob: fab0af531481ec1f9f98679917a1f51935ef47c8 [file] [log] [blame]
{
"name": "MySQLDriverSwift",
"version": "1.0.2",
"summary": "MySQL Native Swift Driver.",
"homepage": "https://github.com/mcorega/MySqlSwiftNative",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"authors": {
"Marius Corega": "mcorega@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/mcorega/MySqlSwiftNative.git",
"tag": "1.0.2"
},
"source_files": "Sources/MySQLDriver/*.{h,m,swift}"
}