blob: 6f44ab754c35ac99d5f07772c0c7f22d21731eb1 [file] [log] [blame]
{
"name": "VinylRecord",
"version": "1.0.3",
"license": "MIT",
"summary": "ORM for iOS without CoreData, only SQLite.",
"homepage": "https://github.com/valerius/VinylRecord.git",
"description": "\n ORM for iOS without CoreData. Only SQLite.\n For more details check Wiki on Github.\n ",
"authors": {
"James Whitfield": "jwhitfield@neilab.com"
},
"source": {
"git": "https://github.com/valerius/VinylRecord.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "iActiveRecord/**/*.{c,h,m,mm}",
"libraries": "sqlite3",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lc++",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_CORE SQLITE_ENABLE_UNICODE"
}
}