[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 7 / 8 / BRORM / 0.5 / BRORM.podspec.json
blob2f54b14255661c504e41119d415ff5c7da232136
2   "name": "BRORM",
3   "version": "0.5",
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.5"
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"
31     ]
32   }