blob: 1d50cd5f218c6458f5efc7bbd51c9c8d698b055f [file] [log] [blame]
{
"name": "PSCheckVersion",
"version": "0.1.0",
"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.0"
},
"source_files": "PSCheckVersion/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
},
"requires_arc": true
}