blob: afcfcfbc7f233a702a15593ebf2267c5e18c8f17 [file] [log] [blame]
{
"name": "VinylRecord",
"version": "1.0.5",
"license": "MIT",
"summary": "Pure SQLite ORM for iOS without CoreData.",
"homepage": "https://github.com/valerius/VinylRecord.git",
"description": "\n Pure SQLite ORM for iOS without CoreData.\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.5"
},
"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"
}
}