blob: 91b572fe15d1864e85fd532c5fd4b9a55d5c2c4f [file] [log] [blame]
{
"name": "Chrysan",
"version": "1.5.0",
"summary": "Swift 版的菊花控件。",
"description": "基于 UIBlurEffect 以及 UIActivityIndicatorView 实现的 Swift 版菊花控件,支持自定义动画。",
"homepage": "https://github.com/Harley-xk/Chrysan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harley.xk": "harley.gb@foxmail.com"
},
"source": {
"git": "https://github.com/Harley-xk/Chrysan.git",
"tag": "1.5.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Chrysan/Classes/**/*",
"resource_bundles": {
"Chrysan": [
"Chrysan/Assets/*"
]
}
}