[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / d / 4 / MHIdentityKit / 1.7.2 / MHIdentityKit.podspec.json
blobe63098cc16aec0b9b3b7d4093787e95a073c4912
2   "name": "MHIdentityKit",
3   "version": "1.7.2",
4   "source": {
5     "git": "https://github.com/KoCMoHaBTa/MHIdentityKit.git",
6     "tag": "1.7.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_version": "4.2",
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/MHIdentityKit.h"
25   ],
26   "public_header_files": "MHIdentityKit/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   }