[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / 1 / 8 / MMAttributedLabel / 0.0.1 / MMAttributedLabel.podspec.json
blob56eb7afa8d0b268120b6691a4dd576ae016714e9
2   "name": "MMAttributedLabel",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "A drop-in replacement for UILabel that supports attributes, data detectors, links, and more (基于TTTAttributedLabel)",
12   "homepage": "https://github.com/xwgit2971/MMAttributedLabel",
13   "authors": {
14     "SunnyX": "1031787148@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/xwgit2971/MMAttributedLabel.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "MMAttributedLabel/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "TTTAttributedLabel": [
28       "~> 1.13.4"
29     ],
30     "MMUIKitAdditions": [
32     ]
33   }