[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 0 / e / UIGlossyButton / 0.1.0 / UIGlossyButton.podspec.json
blob86953899c7036da0bfc0d0bdc2746693a1976364
2   "name": "UIGlossyButton",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Generate system like or other nice button without any image.",
9   "homepage": "https://github.com/waterlou/UIGlossyButton",
10   "authors": {
11     "waterlou": "https://github.com/waterlou"
12   },
13   "platforms": {
14     "ios": null
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/waterlou/UIGlossyButton.git",
19     "tag": "v0.1.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "QuartzCore"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "UIGlossyButton/UIGlossyButton.{h,m}"
29     },
30     {
31       "name": "LayerEffects",
32       "source_files": "UIGlossyButton/UIView+LayerEffects.{h,m}"
33     }
34   ]