[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / e / MGFormatter / 0.1 / MGFormatter.podspec.json
blob9481e993daaacb87bb03cb080f344b351eaa5d89
2   "name": "MGFormatter",
3   "version": "0.1",
4   "summary": "A code formatting library for iOS.",
5   "description": "MGFormatter can format code(JSON, XML, HTML..,) in a view with customized keyword color and font.",
6   "homepage": "https://github.com/lm2343635/MGFormatter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lm2343635": "lm2343635@126.com"
13   },
14   "source": {
15     "git": "https://github.com/lm2343635/MGFormatter.git",
16     "tag": "0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MGFormatter/Classes/**/*",
22   "dependencies": {
23     "SwiftyJSON": [
24       "~> 4"
25     ],
26     "AttributedTextView": [
27       "~> 0.9"
28     ],
29     "SnapKit": [
30       "~> 4"
31     ]
32   }