blob: a2fbc66d3fdb3ce4e9e8870a319eec1f6c7ed910 [file] [log] [blame]
{
"name": "WQSomeUIKit",
"version": "1.0.6",
"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.0.6"
},
"source_files": "WQSomeUIKit/**/**/*.{h,m}",
"resources": [
"WQSomeUIKit/Resources/Sb/*.storyboard"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"exclude_files": "WQSomeUIKit/Resources/amrwapper/*.{h,m}",
"subspecs": [
{
"name": "WavAmrHelp",
"requires_arc": false,
"source_files": "WQSomeUIKit/Resources/amrwapper/*.{h,m}",
"vendored_libraries": [
"WQSomeUIKit/Resources/amrwapper/libopencore-amrnb.a",
"WQSomeUIKit/Resources/amrwapper/libopencore-amrwb.a"
]
}
]
}