[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / e / MGFormatter / 0.3 / MGFormatter.podspec.json
blobbc0b45fc6912dee2efb82a1f5907f840f191a366
2   "name": "MGFormatter",
3   "version": "0.3",
4   "summary": "A code formatting library for iOS.",
5   "description": "MGFormatter can format the JSON or HRML code in a view with customized keyword color and font.",
6   "homepage": "https://github.com/lm2343635/MGFormatter",
7   "screenshots": [
8     "https://raw.githubusercontent.com/lm2343635/MGFormatter/master/screenshot/json-dark.png",
9     "https://raw.githubusercontent.com/lm2343635/MGFormatter/master/screenshot/html-dark.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "lm2343635": "lm2343635@126.com"
17   },
18   "source": {
19     "git": "https://github.com/lm2343635/MGFormatter.git",
20     "tag": "0.3"
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "MGFormatter/Classes/**/*",
26   "dependencies": {
27     "SwiftyJSON": [
28       "~> 4"
29     ],
30     "Fuzi": [
31       "~> 2"
32     ],
33     "AttributedTextView": [
34       "~> 1.2"
35     ],
36     "SnapKit": [
37       "~> 4"
38     ]
39   }