[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / e / d / MLEmojiLabel / 1.0.0 / MLEmojiLabel.podspec.json
blobd2993d60143f9b1fb85c60634dc52892e12be154
2   "name": "MLEmojiLabel",
3   "version": "1.0.0",
4   "summary": "Autolink @,#xx#,phone,website,email and custom expression for TTTAttributedLabel.",
5   "homepage": "https://github.com/molon/MLEmojiLabel",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "molon": "dudl@qq.com"
11   },
12   "source": {
13     "git": "https://github.com/molon/MLEmojiLabel.git",
14     "tag": "1.0.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "public_header_files": "Classes/**/*.h",
20   "source_files": "Classes/**/*.{h,m}",
21   "resources": "Classes/**/*.{bundle,plist}",
22   "requires_arc": true,
23   "dependencies": {
24     "TTTAttributedLabel": [
25       "~> 1.13.4"
26     ]
27   }