[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / f / 4 / Loggie / 2.4.3 / Loggie.podspec.json
blobc536dbe7d2639b209d0eeb98592a09cb99492b27
2   "name": "Loggie",
3   "version": "2.4.3",
4   "summary": "In-app network logging library.",
5   "homepage": "https://github.com/infinum/ios-loggie.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Filip Beć": "filip.bec@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/infinum/ios-loggie.git",
15     "tag": "2.4.3"
16   },
17   "social_media_url": "https://twitter.com/FilipBec",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "default_subspecs": "URLSession",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Loggie/Classes/Core/**/*.{swift}",
27       "resource_bundles": {
28         "LoggieResources": [
29           "Loggie/Classes/Core/**/*.{xib,storyboard}"
30         ]
31       },
32       "resources": [
33         "Loggie/Classes/Core/**/*.{xib,storyboard}"
34       ],
35       "frameworks": [
36         "UIKit",
37         "Security"
38       ],
39       "platforms": {
40         "ios": "11.0"
41       }
42     },
43     {
44       "name": "Alamofire",
45       "source_files": "Loggie/Classes/Alamofire/**/*.{swift}",
46       "dependencies": {
47         "Loggie/Core": [
49         ],
50         "Alamofire": [
51           "~> 5.2"
52         ]
53       },
54       "platforms": {
55         "ios": "11.0"
56       }
57     },
58     {
59       "name": "URLSession",
60       "source_files": "Loggie/Classes/URLSession/**/*.{swift}",
61       "dependencies": {
62         "Loggie/Core": [
64         ]
65       },
66       "platforms": {
67         "ios": "11.0"
68       }
69     }
70   ],
71   "swift_version": "5.0"