blob: a2afb8cc1311fffe40937ff41bc5802f2d9cac43 [file] [log] [blame]
{
"name": "AYCategory",
"version": "1.0.1",
"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.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AYCategory/Classes/**/*",
"public_header_files": "AYCategory/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"AYRuntime": [
]
}
}