blob: 0a8448a0dbf26f8d1808f48134485eaafa090251 [file] [log] [blame]
{
"name": "iActiveRecord",
"version": "1.1.0",
"license": "MIT",
"summary": "ActiveRecord for iOS without CoreData, only SQLite.",
"homepage": "https://github.com/AlexDenisov/iActiveRecord",
"description": "\n ActiveRecord for iOS without CoreData. Only SQLite.\n For more details check Wiki on Github.\n ",
"authors": {
"Alex Denisov": "1101.debian@gmail.com"
},
"source": {
"git": "https://github.com/AlexDenisov/iActiveRecord.git",
"tag": "1.1.0"
},
"platforms": {
"ios": null
},
"source_files": "iActiveRecord/*.{c,h,m}",
"libraries": "sqlite3",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_CORE SQLITE_ENABLE_UNICODE"
},
"requires_arc": false
}