blob: 29a931ebadd7c22f10c8f07422314ff294534b72 [file] [log] [blame]
{
"name": "SwiftySQL",
"version": "1.0.0",
"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.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Sources/*.swift",
"Sources/Models/*.swift",
"Sources/Generators/*.swift"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}