blob: ce7827dda91e75e6c120368d300b3a32af8a8725 [file] [log] [blame]
{
"name": "SwiftySQL",
"version": "1.0.2",
"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.2"
},
"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"
}
}