blob: c45b1885151241b991a038cd03d682095b29ff77 [file] [log] [blame]
{
"name": "KSJSONHelp",
"version": "0.7.1",
"summary": "swift's MJExtension",
"description": "KSJSONHelp is a lightweight and pure Swift implemented library for\nconversion between JSON and model\nSimple ActiveRecord implementation for working with your database",
"homepage": "https://github.com/kingslay/KSJSONHelp",
"license": "MIT",
"authors": {
"kingslay": "kingslay@icloud.com"
},
"source": {
"git": "https://github.com/kingslay/KSJSONHelp.git",
"tag": "0.7.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"default_subspecs": "Core",
"module_name": "KSJSONHelp",
"subspecs": [
{
"name": "Core",
"source_files": "Core/Source/**/*.swift"
},
{
"name": "SQL",
"source_files": "SQL/Source/**/*.swift",
"dependencies": {
"KSJSONHelp/Core": [
]
}
},
{
"name": "SQLiteStandalone",
"source_files": "SQLite/Source/**/*.swift",
"dependencies": {
"KSJSONHelp/SQL": [
],
"sqlite3": [
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE"
}
}
]
}