[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 5 / 8 / 3 / iActiveRecord / 1.0.2 / iActiveRecord.podspec.json
blobd7c96ed9ff3bbfd6261a1c02df6918f13de97c51
2   "name": "iActiveRecord",
3   "version": "1.0.2",
4   "license": "MIT",
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  ",
8   "authors": {
9     "Alex Denisov": "1101.debian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AlexDenisov/iActiveRecord.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "iActiveRecord/*.{c,h,m}",
19   "libraries": "sqlite3",
20   "xcconfig": {
21     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_CORE SQLITE_ENABLE_UNICODE"
22   },
23   "requires_arc": false