Skip to content

Commit 7941f1b

Browse files
committed
feat(tvos): adding tvos podspec
1 parent ab4ad59 commit 7941f1b

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ target 'Leanplum-SDK_Example' do
55
end
66

77
target 'Leanplum-tvOS-SDK_Example' do
8-
platform :tvos, '6.0'
8+
platform :tvos, '8.0'
99

10-
pod 'Leanplum-iOS-SDK-source', :path => '../'
10+
pod 'Leanplum-tvOS-SDK', :path => '../'
1111
end

Leanplum-tvOS-SDK.podspec

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'Leanplum-tvOS-SDK'
3+
s.version = '1.7.0'
4+
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
5+
s.description = 'Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app experience. We offer Messaging, Automation, App Editing, Personalization, A/B Testing, and Analytics.'
6+
s.homepage = 'https://www.leanplum.com'
7+
s.license = { :type => 'Commercial', :text => 'See https://www.leanplum.com/tos' }
8+
s.author = { 'Leanplum' => 'support@leanplum.com' }
9+
s.social_media_url = 'https://twitter.com/leanplum'
10+
s.platform = :tvos, '8.0'
11+
s.requires_arc = true
12+
s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => s.version.to_s }
13+
s.frameworks = 'CFNetwork', 'Foundation', 'Security', 'SystemConfiguration', 'UIKit'
14+
s.weak_frameworks = 'AdSupport', 'StoreKit'
15+
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
16+
s.preserve_paths = 'LeanplumTV.framework'
17+
s.documentation_url = 'https://www.leanplum.com/docs#/docs'
18+
s.source_files = 'LeanplumTV.framework/Headers/*.h'
19+
s.public_header_files = 'LeanplumTV.framework/Headers/*.h'
20+
s.vendored_frameworks = 'LeanplumTV.framework'
21+
end

0 commit comments

Comments
 (0)