blob: 1751e6b1342f7e810f776668bb7b33168eb84309 [file] [log] [blame]
{
"name": "BRORM",
"version": "0.4",
"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.4"
},
"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"
]
}
}