[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 4 / a / TCRoundedCorner / 1.0.2 / TCRoundedCorner.podspec.json
blob1a8c80f7b8d3aa675603c9d69fd2e324e1ea6223
2   "name": "TCRoundedCorner",
3   "version": "1.0.2",
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": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/TravelC/TCRoundedCorner.git",
18     "tag": "1.0.2"
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