2 "name": "iActiveRecord",
5 "summary": "ActiveRecord for iOS without CoreData, only SQLite.",
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",
19 "iActiveRecord/*.{c,h,m}",
20 "iActiveRecord/deps/*.{c,h,m}"
22 "libraries": "sqlite3",
24 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_CORE SQLITE_ENABLE_UNICODE"