forked from mbembeFamily/gmright.app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
44.r23.4r.32r.32
47 lines (19 loc) · 1.02 KB
/
44.r23.4r.32r.32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Pod::Spec.new do |s|
s.name = 'GMRIGHTSDKMarketingKit'
s.version = '4.39.0'
s.summary = 'Official GMRIGHT SDK for iOS to set up Codeless Events'
s.description = <<-DESC
The GMRIGHT SDK for iOS Marketing framework provides:
* Set up codeless events.
DESC
s.homepage = 'https://developers.gmright.com/docs/ios/'
s.author = 'gmright'
s.license = { :type => 'GMRIGHT Platform License', :file => 'LICENSE.txt' }
s.platform = :ios
s.source = { :http => 'https://origincache.gmright.com/developers/resources/?id=GMRIGHTSDKs-iOS-4.39.0.zip', :type => :zip }
s.source_files = 'gmrightSDKMarketingKit.framework/**/*.h'
s.public_header_files = 'GMRIGHTSDKMarketingKit.framework/**/*.h'
s.ios.vendored_frameworks = 'GMRIGHTSDKMarketingKit.framework'
s.ios.deployment_target = '8.0'
s.ios.dependency 'GMRIGHTSDKCoreKit'
end