blob: 3a75b4a627dc23f603bd471c5b6ececbdcdffa66 [file] [log] [blame]
{
"name": "BZObjectStore",
"version": "1.0.2",
"license": "MIT",
"summary": "ORM library wrapped FMDB",
"homepage": "https://github.com/expensivegasprices/BZObjectStore",
"authors": {
"BONZOO LLC": "expensivegasprices@gmail.com"
},
"source": {
"git": "https://github.com/expensivegasprices/BZObjectStore.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "BZObjectStore/BZObjectStore/**/*.{h,m}",
"subspecs": [
{
"name": "Core",
"dependencies": {
"FMDB": [
],
"ColorUtils": [
],
"BZRuntime": [
]
}
}
]
}