[Add] A00LaunchMeasure 1.0.2
[CocoaPods.git] / Specs / 3 / e / 8 / CaptainsLog / 0.0.1 / CaptainsLog.podspec.json
blob47e7158a252200658edcc94a1ad227719ad9e3eb
2   "name": "CaptainsLog",
3   "version": "0.0.1",
4   "summary": "Captain's Log logging library",
5   "description": "Swift library to integrate in your project to enable logging using Captain's Log app.",
6   "homepage": "https://www.reactant.tech",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Robin Krenecky": "rkrenecky@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/Brightify/CaptainsLog.git",
14     "tag": "0.0.1"
15   },
16   "swift_version": "4.2",
17   "platforms": {
18     "ios": "10.3",
19     "osx": "10.13"
20   },
21   "default_subspecs": [
22     "Models",
23     "Discovery",
24     "Core",
25     "NSURLSession"
26   ],
27   "subspecs": [
28     {
29       "name": "Models",
30       "source_files": [
31         "Sources/Models/**/*.swift"
32       ]
33     },
34     {
35       "name": "Discovery",
36       "dependencies": {
37         "CaptainsLog/Models": [
39         ]
40       },
41       "source_files": [
42         "Sources/Discovery/**/*.swift"
43       ]
44     },
45     {
46       "name": "Core",
47       "dependencies": {
48         "CaptainsLog/Discovery": [
50         ]
51       },
52       "source_files": [
53         "Sources/Core/**/*.swift"
54       ]
55     },
56     {
57       "name": "Fetcher",
58       "dependencies": {
59         "CaptainsLog/Core": [
61         ],
62         "Fetcher/Core": [
64         ]
65       },
66       "source_files": [
67         "Sources/Fetcher/**/*.swift"
68       ]
69     },
70     {
71       "name": "SwiftyBeaver",
72       "dependencies": {
73         "CaptainsLog/Core": [
75         ],
76         "SwiftyBeaver": [
78         ]
79       },
80       "source_files": [
81         "Sources/SwiftyBeaver/**/*.swift"
82       ]
83     },
84     {
85       "name": "NSURLSession",
86       "dependencies": {
87         "CaptainsLog/Core": [
89         ]
90       },
91       "source_files": [
92         "Sources/NSURLSession/**/*.swift"
93       ]
94     },
95     {
96       "name": "CocoaLumberjack",
97       "dependencies": {
98         "CaptainsLog/Core": [
100         ],
101         "CocoaLumberjack/Swift": [
103         ]
104       },
105       "source_files": [
106         "Sources/CocoaLumberjack/**/*.swift"
107       ]
108     }
109   ]