2 "name": "iActiveRecord",
5 "summary": "ActiveRecord for iOS without CoreData.",
6 "homepage": "https://github.com/AlexDenisov/iActiveRecord",
7 "description": "\n ActiveRecord for iOS without CoreData. Only SQLite.\n For more details check Wiki on Github.\n ",
9 "Alex Denisov": "1101.debian@gmail.com"
12 "git": "https://github.com/AlexDenisov/iActiveRecord.git",
18 "source_files": "iActiveRecord/*.{c,h,m}",
19 "libraries": "sqlite3",
21 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_CORE SQLITE_ENABLE_UNICODE"