blob: c06bfda695268bcdb8906a4cc89865905d88927b [file] [log] [blame]
{
"name": "iActiveRecord",
"version": "1.3.1",
"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.3.1"
},
"platforms": {
"ios": null
},
"source_files": [
"iActiveRecord/*.{c,h,m}",
"iActiveRecord/deps/*.{c,h,m}"
],
"libraries": "sqlite3",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_CORE SQLITE_ENABLE_UNICODE"
},
"requires_arc": false
}