blob: 8519c43e263c769995629a7ebe1d7f0ed1483799 [file] [log] [blame]
{
"name": "AlenwSpecs",
"version": "1.0.7",
"license": "MIT",
"summary": "AlenwSpecs use to be update common Class",
"description": "AlenwSpecs use to be update common Class,\nthis is a pravite framework.",
"homepage": "https://github.com/Alenw/AlenwSpec",
"authors": {
"Alenw": "lanskyxti@163.com"
},
"source": {
"git": "https://github.com/Alenw/AlenwSpec.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.3"
]
},
"subspecs": [
{
"name": "AdView",
"dependencies": {
"AlenwSpecs/Tools": [
]
},
"source_files": "AdView/*.{h,m}"
},
{
"name": "Common",
"dependencies": {
"AlenwSpecs/Tools": [
]
},
"source_files": "Common/*.{h,m}",
"ios": {
"frameworks": "WebKit"
}
},
{
"name": "Tools",
"vendored_frameworks": "Tools/*.framework",
"resources": "Tools/AwAlertViewlib.bundle"
}
]
}