blob: 09b01fd3c1216ab53b7a12f435932152554cfeea [file] [log] [blame]
{
"name": "YESand",
"version": "1.0.1",
"authors": {
"muyang00": "280798744@qq.com"
},
"homepage": "https://github.com/muyang00/YESand",
"summary": "a dropdown menu for ios like save homepage.",
"source": {
"git": "https://github.com/muyang00/YESand.git",
"tag": "1.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "YESand/YE.h",
"public_header_files": "YESand/YE.h",
"dependencies": {
"SVProgressHUD": [
]
},
"subspecs": [
{
"name": "B",
"source_files": "YESand/B/**/*.{h,m}",
"public_header_files": "YESand/B/**/*.h"
},
{
"name": "C",
"dependencies": {
"YESand/B": [
]
},
"source_files": "YESand/C/**/*.{h,m}",
"public_header_files": "YESand/C/**/*.h"
}
]
}