blob: ea0d6e058bbe41342236b0bfebeb9f3b98f54221 [file] [log] [blame]
{
"name": "FBDAppUpdateTools",
"version": "0.2",
"summary": "FBD_AppUpdateTool 是根据自己的APP在AppStore的版本信息和本地版本信息进行匹配后作出让用户去AppStore进行相关的更细的界面,目的为了更好的节省开发时间!解释权归冯宝东所有,如果涉及到版权信息,联系我删除代码",
"homepage": "https://github.com/donggehaowa/FBDAppUpdateTools",
"license": "MIT",
"authors": {
"feng": "601291766@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/donggehaowa/FBDAppUpdateTools.git",
"tag": "0.2"
},
"source_files": [
"FBDAppUpdateToolsClass",
"FBDAppUpdateToolsClass/*.{h,m}"
],
"resources": "Resources/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreText"
]
}