[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / e / MGFormatter / 0.3.1 / MGFormatter.podspec.json
blob1c667f897afd1835535c518d0d3b513749fc2c05
2   "name": "MGFormatter",
3   "version": "0.3.1",
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.1"
21   },
22   "social_media_url": "https://github.com/lm2343635/MGFormatter",
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "MGFormatter/Classes/**/*",
27   "dependencies": {
28     "SwiftyJSON": [
29       "~> 4"
30     ],
31     "Fuzi": [
32       "~> 2"
33     ],
34     "AttributedTextView": [
35       "~> 1.2"
36     ],
37     "SnapKit": [
38       "~> 4"
39     ]
40   }