[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / b / 6 / MLLogin / 1.0.4 / MLLogin.podspec.json
blob8250804192825bb221ef1a230b04be1330861222
2   "name": "MLLogin",
3   "version": "1.0.4",
4   "summary": "login SDK to game.",
5   "static_framework": true,
6   "swift_versions": "5.0.0",
7   "description": "TODO: Add long description of the pod here.",
8   "homepage": "https://github.com/shark-chen/MLLogin",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "git": "1533503916@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/shark-chen/MLLogin.git",
18     "tag": "1.0.4"
19   },
20   "platforms": {
21     "ios": "9.0"
22   },
23   "prefix_header_contents": [
24     "@import FBSDKLoginKit;",
25     "@import AuthenticationServices;",
26     "@import GoogleSignIn;"
27   ],
28   "pod_target_xcconfig": {
29     "OTHER_LDFLAGS": [
30       "$(inherited)",
31       "-ObjC"
32     ]
33   },
34   "frameworks": [
35     "Foundation",
36     "UIKit"
37   ],
38   "dependencies": {
39     "FBSDKLoginKit": [
41     ],
42     "GoogleSignIn": [
44     ]
45   },
46   "subspecs": [
47     {
48       "name": "MLLogin",
49       "source_files": "MLLogin/Classes/MLLogin/**/*",
50       "dependencies": {
51         "MLLogin/Tool": [
53         ],
54         "MLLogin/MLNetwork": [
56         ]
57       }
58     },
59     {
60       "name": "MLNetwork",
61       "public_header_files": "MLLogin/Classes/MLNetwork/*.h",
62       "source_files": "MLLogin/Classes/MLNetwork/**/*"
63     },
64     {
65       "name": "Tool",
66       "public_header_files": "MLLogin/Classes/Tool/**/*.h",
67       "source_files": "MLLogin/Classes/Tool/**/*"
68     },
69     {
70       "name": "Resouces",
71       "resources": "MLLogin/Resouces/*.{bundle}"
72     }
73   ],
74   "swift_version": "5.0.0"