[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / 4 / GhostPlusShare / 1.08 / GhostPlusShare.podspec.json
blob2ab43ddb58eaf36d1cbd5ee6be84bda3a2212cdf
2   "name": "GhostPlusShare",
3   "version": "1.08",
4   "summary": "Ghost Plus Share Framework",
5   "description": "Ghost Plus Share Framework",
6   "homepage": "http://www.ghostplus.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "VANSTUDIO": "vanstudio@ghost-corps.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/vanstudio/GhostPlusShare-iOS.git",
20     "tag": "1.08"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "GhostPlus": [
29         ]
30       },
31       "header_dir": "GhostPlusShare",
32       "vendored_frameworks": [
33         "Frameworks/GhostPlusShare.framework"
34       ],
35       "resources": "Frameworks/GhostPlusShare.framework/Versions/A/Resources/GhostPlusShareResources.bundle",
36       "frameworks": "MessageUI"
37     },
38     {
39       "name": "Facebook",
40       "source_files": "Classes/Services/Facebook/**/*.{h,m}",
41       "dependencies": {
42         "FBSDKCoreKit": [
43           "~> 4.40.0"
44         ],
45         "FBSDKShareKit": [
46           "~> 4.40.0"
47         ],
48         "GhostPlusShare/Core": [
50         ]
51       }
52     },
53     {
54       "name": "Twitter",
55       "pod_target_xcconfig": {
56         "CLANG_ENABLE_MODULES": "NO"
57       },
58       "source_files": "Classes/Services/Twitter/**/*.{h,m}",
59       "dependencies": {
60         "Fabric": [
62         ],
63         "TwitterCore": [
64           "~> 2.8.0"
65         ],
66         "TwitterKit": [
67           "~> 2.8.1"
68         ],
69         "GhostPlusShare/Core": [
71         ]
72       }
73     },
74     {
75       "name": "Kakao",
76       "source_files": "Classes/Services/Kakao/**/*.{h,m}",
77       "dependencies": {
78         "GhostPlusShare/Core": [
80         ]
81       },
82       "vendored_frameworks": [
83         "Frameworks/KakaoOpenSDK.framework",
84         "Frameworks/KakaoCommon.framework",
85         "Frameworks/KakaoLink.framework",
86         "Frameworks/KakaoMessageTemplate.framework"
87       ],
88       "frameworks": "UIKit"
89     },
90     {
91       "name": "NaverBand",
92       "source_files": "Classes/Services/NaverBand/**/*.{h,m}",
93       "dependencies": {
94         "GhostPlusShare/Core": [
96         ]
97       }
98     }
99   ]