[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / e / 3 / 4 / GhostPlusShare / 1.02 / GhostPlusShare.podspec.json
blob6b9dd2121185d7b42d144197b02c2c8686eb951b
2   "name": "GhostPlusShare",
3   "version": "1.02",
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": "7.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/vanstudio/GhostPlusShare-iOS.git",
20     "tag": "1.02"
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.10.1"
44         ],
45         "FBSDKShareKit": [
46           "~> 4.10.1"
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": [
61           "~> 1.6.7"
62         ],
63         "TwitterKit": [
64           "~> 1.15.3"
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       ],
82       "frameworks": "UIKit"
83     },
84     {
85       "name": "NaverBand",
86       "source_files": "Classes/Services/NaverBand/**/*.{h,m}",
87       "dependencies": {
88         "GhostPlusShare/Core": [
90         ]
91       }
92     }
93   ]