[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 4 / MHIdentityKit / 1.9.0 / MHIdentityKit.podspec.json
blobc45073ec8b4e005e0aa95ab087a33019d0cb128b
2   "name": "MHIdentityKit",
3   "version": "1.9.0",
4   "source": {
5     "git": "https://github.com/KoCMoHaBTa/MHIdentityKit.git",
6     "tag": "1.9.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_version": "5.0",
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   "exclude_files": [
28     "MHIdentityKit/**/iOS/*.swift",
29     "MHIdentityKit/**/macOS/*.swift",
30     "MHIdentityKit/**/tvOS/*.swift",
31     "MHIdentityKit/**/watchOS/*.swift"
32   ],
33   "ios": {
34     "source_files": "MHIdentityKit/**/iOS/*.swift"
35   },
36   "osx": {
37     "source_files": "MHIdentityKit/**/macOS/*.swift"
38   },
39   "tvos": {
40     "source_files": "MHIdentityKit/**/tvOS/*.swift"
41   },
42   "watchos": {
43     "source_files": "MHIdentityKit/**/watchOS/*.swift"
44   }