blob: fa88c650367b06002e0c48c5033b632fd39812a7 [file] [log] [blame]
{
"name": "Sqlable",
"version": "1.1.0",
"summary": "Swift ORM framework.",
"description": "Sqlable is a Swift ORM framework.",
"homepage": "https://github.com/Meniny/Sqlable",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"source": {
"git": "https://github.com/Meniny/Sqlable.git",
"tag": "1.1.0"
},
"social_media_url": "https://meniny.cn/",
"module_name": "Sqlable",
"platforms": {
"ios": "8.0",
"tvos": "9.1",
"osx": "10.10",
"watchos": "2.2"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source_files": "Sqlable/**/*.{swift}",
"libraries": "sqlite3",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE"
}
}