blob: 1d70ff761df5b5ac6856d5e1cf275db9eba67af8 [file] [log] [blame]
{
"name": "BRORM",
"version": "0.3",
"summary": "Another Objective-C SQLite ORM",
"description": " Just Another Objective-C SQLite ORM\n",
"homepage": "https://github.com/brototyp/BRORM",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cornelius Horstmann": "site-cocoapod@brototyp.de"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/brototyp/BRORM.git",
"tag": "0.3"
},
"source_files": [
"BROrm/BRModel.{h,m}",
"BROrm/BROrm.{h,m}",
"BROrm/BRSegmetedString.{h,m}",
"BROrm/NSString+Inflections.{h,m}"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}