blob: 0ebecef5b053b11042cc28fcc62dc2110d3a88c4 [file] [log] [blame]
{
"name": "FMDB.Model",
"version": "0.1.0",
"summary": "Model For FMDB",
"homepage": "https://github.com/exherb/FMDB.Model",
"license": "MIT",
"authors": {
"Herb": "i@4leaf.me"
},
"source": {
"git": "https://github.com/exherb/FMDB.Model.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/exherb",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"FMDB": [
"~> 2.5"
]
}
}