[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 1 / e / f / RSMaskedLabel / 0.2 / RSMaskedLabel.podspec.json
blob4b5971623ce3cf9a6440afdc50739aada5a30405
2   "name": "RSMaskedLabel",
3   "version": "0.2",
4   "summary": "RSMaskedLabel is a UILabel subclass that renders knocked-out text using an inverted mask.",
5   "description": "Simple library for creating knocked-out text. Can be used for making embossed effects. Subclasses UILabel for easy integration with iOS projects.",
6   "homepage": "https://github.com/robinsenior/RSMaskedLabel",
7   "screenshots": [
8     "https://github.com/robinsenior/RSMaskedLabel/raw/master/Assets/rounded.png",
9     "https://github.com/robinsenior/RSMaskedLabel/raw/master/Assets/square.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Robin Senior": "senior@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/robinsenior/RSMaskedLabel.git",
17     "tag": "0.2"
18   },
19   "social_media_url": "https://twitter.com/senior",
20   "platforms": {
21     "ios": "5.0"
22   },
23   "requires_arc": true,
24   "source_files": "Classes/*.{h,m}"