[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / b / 4 / a / TCRoundedCorner / 1.0.4 / TCRoundedCorner.podspec.json
blob32103f3aa286a31f89f27cdbdb53b44d40d00abd
2   "name": "TCRoundedCorner",
3   "version": "1.0.4",
4   "summary": "This is a category of UIView which provided the ability of add specified corner(s) to a view with a optional border.",
5   "description": "This is a category of UIView which provided the ability of add specified corner(s) to a view with a optional border. You can:\n    1. Only round myView's corners.\n        2. Round corners and add a border together.\n            3. Add border only.\n                4. Remove border.",
6   "homepage": "https://github.com/TravelC/TCRoundedCorner",
7   "screenshots": "https://github.com/TravelC/TCRoundedCorner/blob/master/demoOfTCRoundedCorner.gif",
8   "license": "MIT",
9   "authors": {
10     "Travel.Chu": "chuchuanming@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/chuchuanming",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/TravelC/TCRoundedCorner.git",
18     "tag": "1.0.4"
19   },
20   "source_files": "TCRoundedCornerExample/TCRoundedCorner/**/*.{h,m}",
21   "public_header_files": "TCRoundedCornerExample/TCRoundedCorner/**/*.h",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true