[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 9 / 4 / CircleButton / 1.0.0 / CircleButton.podspec.json
blob4e3769d331d942653f9b667e6659c5e27b4002a5
2   "name": "CircleButton",
3   "version": "1.0.0",
4   "summary": "Easy way to create buttons masked in a circle with colored border without the anti-aliasing distortion",
5   "description": "When setting the corner radius, border color and border width there is often bleeding through to the \nedges as is seen with the screenshot from the StackOverflow question below. This approach eliminates\nthe bleeding by embedding the masked view without a superview which can also be made circular.\n",
6   "homepage": "http://www.smallsharptools.com/",
7   "license": "MIT",
8   "authors": {
9     "Brennan Stehling": "brennan@smallsharptools.com"
10   },
11   "source": {
12     "git": "https://github.com/brennanMKE/CircleButton.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/smallsharptools",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "public_header_files": "Classes/*.h",
21   "source_files": "Classes/*",
22   "frameworks": "QuartzCore"