[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 0 / b / MMLogger / 0.1.2 / MMLogger.podspec.json
blobf0ddba1f8bb36daa38648eecee3363e441375a9a
2   "name": "MMLogger",
3   "version": "0.1.2",
4   "summary": "MMLogger is a wrapper for loggers",
5   "homepage": "https://github.com/mateuszmackowiak/MMLogger",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mateusz Mackowiak": "m@mateuszmackowiak.art.pl"
12   },
13   "source": {
14     "git": "https://github.com/mateuszmackowiak/MMLogger.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "pushed_with_swift_version": "3.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "MMLogger/Classes/Core/*.swift"
25     },
26     {
27       "name": "Logstash",
28       "source_files": "MMLogger/Classes/Logstash/*.swift",
29       "dependencies": {
30         "CocoaAsyncSocket": [
32         ],
33         "MMLogger/Core": [
35         ]
36       }
37     }
38   ]