blob: 42815e04a4ddea79d962ed507da71e17528c61da [file] [log] [blame]
{
"name": "WXKit",
"version": "0.1.9",
"summary": "自定义工具库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/icofans/WXKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"icofans": "565057208@qq.com"
},
"source": {
"git": "https://github.com/icofans/WXKit.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WXKit/WXKit.h",
"subspecs": [
{
"name": "Categories",
"source_files": "WXKit/Categories/*.{h,m}"
},
{
"name": "Utils",
"source_files": "WXKit/Utils/*.{h,m}",
"frameworks": [
"AVFoundation",
"AudioToolbox"
]
},
{
"name": "Components",
"source_files": "WXKit/Components/*.{h,m}"
}
]
}