[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 4 / MHIdentityKit / 1.13.0 / MHIdentityKit.podspec.json
bloba20a5fbae4afdcedd4ec21e874f0c8c989a8ccf7
2   "name": "MHIdentityKit",
3   "version": "1.13.0",
4   "source": {
5     "git": "https://github.com/KoCMoHaBTa/MHIdentityKit.git",
6     "tag": "1.13.0"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Milen Halachev",
13   "summary": "OAuth2 and OpenID connect iOS Protocol Oriented Swift client library.",
14   "homepage": "https://github.com/KoCMoHaBTa/MHIdentityKit",
15   "swift_versions": "5.7",
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.10",
19     "tvos": "11.0"
20   },
21   "source_files": [
22     "MHIdentityKit/**/*.swift",
23     "MHIdentityKit/**/*.{h,m}"
24   ],
25   "public_header_files": "MHIdentityKit/**/*.h",
26   "ios": {
27     "exclude_files": [
28       "MHIdentityKit/**/macOS/*.swift",
29       "MHIdentityKit/**/tvOS/*.swift",
30       "MHIdentityKit/**/watchOS/*.swift"
31     ]
32   },
33   "osx": {
34     "exclude_files": [
35       "MHIdentityKit/**/iOS/*.swift",
36       "MHIdentityKit/**/tvOS/*.swift",
37       "MHIdentityKit/**/watchOS/*.swift"
38     ]
39   },
40   "tvos": {
41     "exclude_files": [
42       "MHIdentityKit/**/iOS/*.swift",
43       "MHIdentityKit/**/macOS/*.swift",
44       "MHIdentityKit/**/watchOS/*.swift"
45     ]
46   },
47   "swift_version": "5.7"