[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / b / mini_mnwsdk / 0.1.3 / mini_mnwsdk.podspec.json
blobe7245565cca4ed4a7fda39b37f1d69aa6ec1af7d
2   "name": "mini_mnwsdk",
3   "version": "0.1.3",
4   "summary": "MNWSDK is use to easily login with mini1 and other plaforms",
5   "description": "MNWSDK is make to login easily for mini1 and other plaforms\nlike: facebook, google, apple...",
6   "homepage": "https://github.com/THandsonwu/MNWSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Taki": "tanzhiwu@mini1.cn"
13   },
14   "source": {
15     "git": "https://github.com/THandsonwu/MNWSDK.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "MNWSDK",
22   "subspecs": [
23     {
24       "name": "MNWSDK",
25       "frameworks": "Foundation",
26       "vendored_frameworks": "MNWSDK/MNWSDK.framework",
27       "pod_target_xcconfig": {
28         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29       },
30       "user_target_xcconfig": {
31         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32       }
33     },
34     {
35       "name": "MNWSDKPlatforms",
36       "subspecs": [
37         {
38           "name": "Facebook",
39           "vendored_frameworks": "MNWSDK/PlatformComm/FacebookComm.framework",
40           "libraries": [
41             "c++",
42             "stdc++",
43             "z"
44           ],
45           "ios": {
46             "weak_frameworks": [
47               "Accelerate",
48               "Accounts",
49               "CoreLocation",
50               "Social",
51               "Security",
52               "QuartzCore",
53               "CoreGraphics",
54               "UIKit",
55               "AudioToolbox",
56               "AuthenticationServices",
57               "SafariServices",
58               "CoreServices"
59             ]
60           },
61           "dependencies": {
62             "mini_mnwsdk/MNWSDK": [
64             ],
65             "FBSDKLoginKit": [
67             ]
68           }
69         },
70         {
71           "name": "GooglePlus",
72           "vendored_frameworks": "MNWSDK/PlatformComm/GooglePlusComm.framework",
73           "ios": {
74             "weak_frameworks": "LocalAuthentication"
75           },
76           "dependencies": {
77             "mini_mnwsdk/MNWSDK": [
79             ],
80             "GoogleSignIn": [
82             ]
83           },
84           "pod_target_xcconfig": {
85             "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
86           },
87           "user_target_xcconfig": {
88             "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
89           }
90         },
91         {
92           "name": "Apple",
93           "vendored_frameworks": "MNWSDK/PlatformComm/AppleComm.framework",
94           "ios": {
95             "weak_frameworks": "AuthenticationServices"
96           },
97           "dependencies": {
98             "mini_mnwsdk/MNWSDK": [
100             ]
101           },
102           "pod_target_xcconfig": {
103             "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
104           },
105           "user_target_xcconfig": {
106             "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
107           }
108         }
109       ]
110     }
111   ]