[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 9 / 4 / CircleButton / 1.1.1 / CircleButton.podspec.json
blobe226e1a702b9f34c4430f5da7774bfaab1255183
2   "name": "CircleButton",
3   "version": "1.1.1",
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.1.1"
14   },
15   "social_media_url": "https://twitter.com/smallsharptools",
16   "platforms": {
17     "ios": "7.1"
18   },
19   "requires_arc": true,
20   "public_header_files": "Classes/*.h",
21   "source_files": "Classes/*",
22   "frameworks": "QuartzCore"