[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / d / 0 / 5 / Pimine / 0.4.1 / Pimine.podspec.json
blobc8c2e43f1785b4b177840cefb0de5c40a9fd7a29
2   "name": "Pimine",
3   "version": "0.4.1",
4   "summary": "PimineSDK",
5   "description": "Internal SDK",
6   "homepage": "https://github.com/Pimine/PimineSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Den Andreychuk": "denis.andrei4uk@yandex.ua"
13   },
14   "source": {
15     "git": "https://github.com/Pimine/PimineSDK.git",
16     "tag": "0.4.1"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": [
22     "5.1",
23     "5.2"
24   ],
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "Pimine/HandyExtensions": [
32         ],
33         "Pimine/Utilities": [
35         ],
36         "ScuffedUI": [
38         ]
39       }
40     },
41     {
42       "name": "Utilities",
43       "source_files": [
44         "Utilities/**/*.swift",
45         "HandyExtensions/UIKit/UIApplicationExtensions.swift"
46       ]
47     },
48     {
49       "name": "HandyExtensions",
50       "source_files": "HandyExtensions/**/*.swift",
51       "dependencies": {
52         "SwifterSwift/SwiftStdlib": [
54         ],
55         "SwifterSwift/Foundation": [
57         ],
58         "SwifterSwift/UIKit": [
60         ],
61         "SwifterSwift/CoreGraphics": [
63         ],
64         "SwifterSwift/CoreAnimation": [
66         ]
67       }
68     },
69     {
70       "name": "LocalStore",
71       "source_files": "LocalStore/**/*.swift",
72       "dependencies": {
73         "Pimine/Utilities": [
75         ],
76         "SVProgressHUD": [
78         ],
79         "MerchantKit": [
81         ]
82       }
83     },
84     {
85       "name": "RevenueCatStore",
86       "source_files": "RevenueCatStore/**/*.swift",
87       "dependencies": {
88         "Pimine/Utilities": [
90         ],
91         "SVProgressHUD": [
93         ],
94         "Purchases": [
96         ]
97       }
98     },
99     {
100       "name": "SwiftyStore",
101       "source_files": "SwiftyStore/**/*.swift",
102       "dependencies": {
103         "Pimine/Utilities": [
105         ],
106         "SwiftyStoreKit": [
108         ],
109         "SVProgressHUD": [
111         ]
112       }
113     },
114     {
115       "name": "Math",
116       "source_files": "Math/*.swift"
117     }
118   ],
119   "swift_version": "5.2"