blob: a95514bd300e9ed845398b782941b1ed7a842f12 [file] [log] [blame]
{
"name": "iOSUpdater",
"version": "0.0.1",
"summary": "iOSUpdater a little pod for iOS Update",
"description": "一个简单的检测是否有新版本的组件,是否强制更新,传入type来控制是否强制更新和忽略当前更新。A simple test is to check if there is a new version of the component, whether to force an update, and pass in a type to control whether to force the update and ignore the current update.",
"homepage": "https://github.com/SmallwolfiOS/iOSUpdater.git",
"license": "MIT",
"authors": {
"马海平": "1348748408@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SmallwolfiOS/iOSUpdater.git",
"tag": "0.0.1"
},
"source_files": [
"iOSUpdater",
"iOSUpdater/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"Masonry": [
]
}
}