blob: f84df858b172f8f846b38ad9870a16c613632bca [file] [log] [blame]
{
"name": "WQSomeUIKit",
"version": "1.1.3",
"summary": "Usual collection",
"description": "平常自己使用一些频率比较高得工具、控件的封装,后期使用的时候也不断维护、更新",
"homepage": "https://github.com/wang68543/WQSomeUIKit",
"license": "MIT",
"authors": {
"王强": "wang68543@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wang68543/WQSomeUIKit.git",
"tag": "1.1.3"
},
"requires_arc": true,
"source_files": "WQSomeUIKit/**/**/*.{h,m}",
"resources": [
"WQSomeUIKit/Resources/Sb/*.storyboard"
],
"exclude_files": "WQSomeUIKit/Tool/VoiceTool/amrwapper/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"SDWebImage": [
"~>3.8"
]
}
}