[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 8 / b / SSOKit / 2.0.2 / SSOKit.podspec.json
blob59a82c63280c45d6a90e4cfa73d3f2c84da8a8dd
2   "name": "SSOKit",
3   "version": "2.0.2",
4   "summary": "SSOKit is a Single Sign-in SDK for iOS applications, which follows a neat introduction to Mobile Authorization.",
5   "homepage": "http://git.hifx.in/mm-shamar/mm-sso-sdk-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sijo": "sijo@hifx.co.in"
12   },
13   "source": {
14     "git": "http://ssosdk:Ssosdk_123@git.hifx.in/mm-shamar/mm-sso-sdk-ios.git",
15     "tag": "2.0.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "requires_arc": true,
22   "resources": "ManoramaKit/Assets/**/*.{png,xib,json,ttf}",
23   "source_files": [
24     "ManoramaKit",
25     "ManoramaKit/**/*.{h, swift}"
26   ],
27   "static_framework": true,
28   "frameworks": [
29     "UIKit",
30     "SafariServices",
31     "AuthenticationServices"
32   ],
33   "dependencies": {
34     "GoogleSignIn": [
36     ],
37     "FBSDKLoginKit/Swift": [
39     ],
40     "ManoramaSessions": [
42     ]
43   },
44   "pod_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
46   },
47   "user_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "swift_version": "5.0"