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