blob: 2909414a73704d5588457ba10671720f5005bf87 [file] [log] [blame]
{
"name": "SwiftySQL",
"version": "1.0.3",
"summary": "Write you SQL in Swift",
"homepage": "https://github.com/inkyfox/SwiftySQL",
"license": "MIT",
"authors": {
"Yongha Yoo": "inkyfox@oo-v.com"
},
"source": {
"git": "https://github.com/inkyfox/SwiftySQL.git",
"tag": "1.0.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}