blob: 69a8ab836334d049e33364c2dc0ee095e76cb1dd [file] [log] [blame]
{
"name": "PSCheckVersion",
"version": "0.1.1",
"summary": "一键检测App更新,并附带UI可直接使用",
"homepage": "https://github.com/paintingStyle/PSCheckVersion",
"license": "MIT",
"authors": {
"paintingStyle": "sfdeveloper@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/paintingStyle/PSCheckVersion.git",
"tag": "0.1.1"
},
"source_files": "PSCheckVersion/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
},
"requires_arc": true
}