[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 7 / RichStyleLabel / 0.0.1 / RichStyleLabel.podspec.json
blob3864a8728827937683b24d184267cc6c3d5da5ca
2   "name": "RichStyleLabel",
3   "version": "0.0.1",
4   "summary": "Subclass of UILabel with rich style, such as auto checking links, supporting regular expression.",
5   "homepage": "https://github.com/liaojinxing/RichStyleLabel",
6   "authors": {
7     "liaojinxing": "jinxingliao@gmail.com"
8   },
9   "platforms": {
10     "ios": "6.0"
11   },
12   "license": "MIT",
13   "source": {
14     "git": "https://github.com/liaojinxing/RichStyleLabel.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "RichStyleLabel/RichStyleLabel/*.{h,m}",
18   "requires_arc": true,
19   "screenshots": [
20     "https://raw.githubusercontent.com/liaojinxing/RichStyleLabel/master/Screenshots/example.png"
21   ]