[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / c / 4 / e / SocialLoginKit / 0.1.0 / SocialLoginKit.podspec.json
blob2061aebbd0b48101343e851a0a61dc3f6488d0c5
2   "name": "SocialLoginKit",
3   "version": "0.1.0",
4   "summary": "multiple social login kit. Support to Naver, Kakao and Facebook",
5   "description": "multiple social login kit. Support to Naver, Kakao and Facebook",
6   "homepage": "https://github.com/magicmon/SocialLoginKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "magicmon": "sagun25si@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/magicmon/SocialLoginKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SocialLoginKit/Classes/**/*"
27     },
28     {
29       "name": "Facebook",
30       "dependencies": {
31         "SocialLoginKit/Core": [
33         ],
34         "FBSDKCoreKit": [
35           "4.22.0"
36         ],
37         "FBSDKLoginKit": [
38           "4.22.0"
39         ],
40         "FBSDKShareKit": [
41           "4.22.0"
42         ]
43       },
44       "source_files": "SocialLoginKit/Facebook/Classes/**/*.swift",
45       "resource_bundles": {
46         "FacebookBundle": [
47           "SocialLoginKit/Facebook/Dependencies/Resources/*.png"
48         ]
49       },
50       "pod_target_xcconfig": {
51         "OTHER_LDFLAGS": "-all_load -ObjC",
52         "OTHER_SWIFT_FLAGS": "$(inherited) \"-DFacebook\""
53       }
54     },
55     {
56       "name": "Naver",
57       "dependencies": {
58         "SocialLoginKit/Core": [
60         ]
61       },
62       "source_files": [
63         "SocialLoginKit/Naver/Classes/**/*",
64         "SocialLoginKit/Naver/Dependencies/thirdPartyModule/*.[h,m]"
65       ],
66       "vendored_libraries": "SocialLoginKit/Naver/Dependencies/thirdPartyModule/libNaverLogin.a",
67       "resources": "SocialLoginKit/Naver/Dependencies/Resources/NaverAuth.bundle",
68       "pod_target_xcconfig": {
69         "OTHER_LDFLAGS": "-all_load -ObjC",
70         "OTHER_SWIFT_FLAGS": "$(inherited) \"-DNaver\""
71       }
72     },
73     {
74       "name": "Kakao",
75       "dependencies": {
76         "SocialLoginKit/Core": [
78         ]
79       },
80       "source_files": [
81         "SocialLoginKit/Kakao/Classes/**/*.{h,swift}",
82         "SocialLoginKit/Kakao/Dependencies/**/*.h"
83       ],
84       "vendored_frameworks": "SocialLoginKit/Kakao/Dependencies/KakaoOpenSDK.framework",
85       "pod_target_xcconfig": {
86         "OTHER_LDFLAGS": "-all_load -ObjC",
87         "OTHER_SWIFT_FLAGS": "$(inherited) \"-DKakao\""
88       }
89     }
90   ]