blob: 0f47129bb0656543b6f937d1bfda2c69907d81f5 [file] [log] [blame]
{
"name": "AYCategory",
"version": "1.1.0",
"summary": "Convenient categories.",
"homepage": "https://github.com/alan-yeh/AYCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alan Yeh": "alan@yerl.cn"
},
"source": {
"git": "https://github.com/alan-yeh/AYCategory.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AYCategory/Classes/**/*",
"public_header_files": "AYCategory/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"AYRuntime": [
]
}
}