blob: 5266f119a3226116f36a00aff23cee6de9534c97 [file] [log] [blame]
{
"name": "WQToolKit",
"version": "0.0.4",
"summary": "日常开发所用的工具",
"description": "Testing Private Podspec.\n \n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/shmilywq/WQToolKit",
"license": "MIT",
"authors": {
"wangqiang": "wq012819@163.com"
},
"source": {
"git": "https://github.com/shmilywq/WQToolKit.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SourceCode/**/*",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"AssetsLibrary"
],
"subspecs": [
{
"name": "Category",
"source_files": "SourceCode/Category/**/*"
},
{
"name": "Alert",
"source_files": "SourceCode/Alert/**/*",
"dependencies": {
"WQToolKit/Category": [
]
}
},
{
"name": "ImgPicker",
"source_files": "SourceCode/ImgPicker/**/*",
"dependencies": {
"WQToolKit/Category": [
],
"WQToolKit/Alert": [
]
}
}
]
}