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