[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / e / MGFormatter / 0.4 / MGFormatter.podspec.json
blobaf234bbd30b362c343c3dd725d6450849cbb9e1d
2   "name": "MGFormatter",
3   "version": "0.4",
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.4"
21   },
22   "social_media_url": "https://github.com/lm2343635/MGFormatter",
23   "platforms": {
24     "ios": "9.0"
25   },
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28   },
29   "dependencies": {
30     "SwiftyJSON": [
31       "~> 4.3"
32     ],
33     "Fuzi": [
34       "~> 3"
35     ],
36     "AttributedTextView": [
37       "~> 1.3"
38     ]
39   },
40   "default_subspecs": "Core",
41   "subspecs": [
42     {
43       "name": "Core",
44       "source_files": "MGFormatter/Classes/Core/**/*",
45       "xcconfig": {
46         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
47       }
48     },
49     {
50       "name": "Rx",
51       "dependencies": {
52         "MGFormatter/Core": [
53           "~> 0"
54         ],
55         "RxCocoa": [
56           "~> 4.5"
57         ]
58       },
59       "source_files": "MGFormatter/Classes/Rx/**/*"
60     }
61   ]