[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 4 / MHIdentityKit / 1.10.2 / MHIdentityKit.podspec.json
blob31020cbb93fa6e8c674be619585ef3c83c50f6eb
2   "name": "MHIdentityKit",
3   "version": "1.10.2",
4   "source": {
5     "git": "https://github.com/KoCMoHaBTa/MHIdentityKit.git",
6     "tag": "1.10.2"
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.1",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "3.0",
20     "tvos": "10.0"
21   },
22   "source_files": [
23     "MHIdentityKit/**/*.swift",
24     "MHIdentityKit/**/*.{h,m}"
25   ],
26   "public_header_files": "MHIdentityKit/**/*.h",
27   "ios": {
28     "exclude_files": [
29       "MHIdentityKit/**/macOS/*.swift",
30       "MHIdentityKit/**/tvOS/*.swift",
31       "MHIdentityKit/**/watchOS/*.swift"
32     ]
33   },
34   "osx": {
35     "exclude_files": [
36       "MHIdentityKit/**/iOS/*.swift",
37       "MHIdentityKit/**/tvOS/*.swift",
38       "MHIdentityKit/**/watchOS/*.swift"
39     ]
40   },
41   "tvos": {
42     "exclude_files": [
43       "MHIdentityKit/**/iOS/*.swift",
44       "MHIdentityKit/**/macOS/*.swift",
45       "MHIdentityKit/**/watchOS/*.swift"
46     ]
47   },
48   "watchos": {
49     "exclude_files": [
50       "MHIdentityKit/**/iOS/*.swift",
51       "MHIdentityKit/**/macOS/*.swift",
52       "MHIdentityKit/**/tvOS/*.swift"
53     ]
54   },
55   "swift_version": "5.1"