blob: 2bd0a30c8d850b72d6870160dfb56ea03f9c833d [file] [log] [blame]
{
"name": "MITDB",
"version": "0.0.2",
"summary": "MITDB summary",
"description": "A tool to encapsulation of the database",
"homepage": "https://github.com/mcmengchen/MITDB",
"license": "MIT",
"authors": {
"mcmengchen": "416922992@qq.com"
},
"social_media_url": "http://www.jianshu.com/u/8661645b8f40",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/mcmengchen/MITDB.git",
"tag": "0.0.2"
},
"source_files": "MITDB/Classes/**/*.{h,m,cpp,mm}",
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"YYModel": [
],
"FMDBMigrationManager": [
],
"FMDB/SQLCipher": [
]
}
}