[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 7 / 5 / Chrysan / 1.5.3 / Chrysan.podspec.json
blob843f241c528abd37faad5a7a66993cfb44f2567d
2   "name": "Chrysan",
3   "version": "1.5.3",
4   "summary": "Swift 版的菊花控件。",
5   "description": "基于 UIBlurEffect 以及 UIActivityIndicatorView 实现的 Swift 版菊花控件,支持自定义动画。",
6   "homepage": "https://github.com/Harley-xk/Chrysan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harley.xk": "harley.gb@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Harley-xk/Chrysan.git",
16     "tag": "1.5.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Chrysan/Classes/**/*",
22   "resource_bundles": {
23     "Chrysan": [
24       "Chrysan/Assets/*"
25     ]
26   }