blob: 8fc68ee17654e6dfb86a4b379216dea5c14d6f3d [file] [log] [blame]
{
"name": "LGDic",
"version": "1.0.0",
"summary": "电子词典(基于知识点课件)",
"homepage": "https://github.com/LYajun/LGDic",
"license": "MIT",
"authors": {
"刘亚军": "liuyajun1999@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LYajun/LGDic.git",
"tag": "1.0.0"
},
"source_files": [
"LGDic/LGDic.h",
"LGDic/Base/*.{h,m}",
"LGDic/Http/*.{h,m}",
"LGDic/Utils/*.{h,m}",
"LGDic/Module/**/*.{h,m}"
],
"resources": "LGDic/Resources/LGDic.bundle",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"MJExtension": [
],
"MBProgressHUD": [
]
}
}