blob: 0c1690bff76eeed8609b8073fa4f2c965decc592 [file] [log] [blame]
{
"name": "WQSomeUIKit",
"version": "1.0.5",
"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.5"
},
"source_files": "WQSomeUIKit/**/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"exclude_files": "WQSomeUIKit/Resources/amrwapper/*.{h,m}",
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": "WQSomeUIKit/Resources/amrwapper/*.{h,m}",
"vendored_libraries": [
"WQSomeUIKit/Resources/amrwapper/libopencore-amrnb.a",
"WQSomeUIKit/Resources/amrwapper/libopencore-amrwb.a"
]
}
]
}