[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / e / 3 / 4 / GhostPlusShare / 1.06 / GhostPlusShare.podspec.json
blobe66aebbc6148a62f205fb2fc5aa8135bee6ba3d2
2   "name": "GhostPlusShare",
3   "version": "1.06",
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.06"
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.33.0"
44         ],
45         "FBSDKShareKit": [
46           "~> 4.33.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         "TwitterKit": [
64           "~> 2.8.1"
65         ],
66         "GhostPlusShare/Core": [
68         ]
69       }
70     },
71     {
72       "name": "Kakao",
73       "source_files": "Classes/Services/Kakao/**/*.{h,m}",
74       "dependencies": {
75         "GhostPlusShare/Core": [
77         ]
78       },
79       "vendored_frameworks": [
80         "Frameworks/KakaoOpenSDK.framework",
81         "Frameworks/KakaoCommon.framework",
82         "Frameworks/KakaoLink.framework",
83         "Frameworks/KakaoMessageTemplate.framework"
84       ],
85       "frameworks": "UIKit"
86     },
87     {
88       "name": "NaverBand",
89       "source_files": "Classes/Services/NaverBand/**/*.{h,m}",
90       "dependencies": {
91         "GhostPlusShare/Core": [
93         ]
94       }
95     }
96   ]