[Add] Backpack-SwiftUI 73.18.0
[CocoaPods.git] / Specs / c / 7 / 8 / BRORM / 0.4 / BRORM.podspec.json
blob1751e6b1342f7e810f776668bb7b33168eb84309
2   "name": "BRORM",
3   "version": "0.4",
4   "summary": "Another Objective-C SQLite ORM",
5   "description": "                   Just Another Objective-C SQLite ORM\n",
6   "homepage": "https://github.com/brototyp/BRORM",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cornelius Horstmann": "site-cocoapod@brototyp.de"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/brototyp/BRORM.git",
19     "tag": "0.4"
20   },
21   "source_files": [
22     "BROrm/BRModel.{h,m}",
23     "BROrm/BROrm.{h,m}",
24     "BROrm/BRSegmetedString.{h,m}",
25     "BROrm/NSString+Inflections.{h,m}"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "FMDB": [
30       "~> 2.0"
31     ]
32   }