|
| 1 | +# |
| 2 | +# Be sure to run `pod lib lint Leanplum-SDK.podspec' to ensure this is a |
| 3 | +# valid spec before submitting. |
| 4 | +# |
| 5 | +# Any lines starting with a # are optional, but their use is encouraged |
| 6 | +# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html |
| 7 | +# |
| 8 | + |
1 | 9 | Pod::Spec.new do |s| |
2 | 10 | s.name = 'Leanplum-iOS-SDK' |
3 | | - s.version = '2.1.0' |
| 11 | + s.version = '2.2-beta-3' |
4 | 12 | 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.' |
| 13 | + s.description = <<-DESC |
| 14 | +Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app |
| 15 | +experience. We offer Messaging, Automation, App Editing, Personalization, A/B Testing, and |
| 16 | +Analytics. |
| 17 | + DESC |
6 | 18 | s.homepage = 'https://www.leanplum.com' |
7 | 19 | s.license = { :type => 'Commercial', :text => 'See https://www.leanplum.com/tos' } |
8 | 20 | s.author = { 'Leanplum' => '[email protected]' } |
9 | 21 | s.social_media_url = 'https://twitter.com/leanplum' |
10 | | - s.platform = :ios, '8.0' |
11 | 22 | s.requires_arc = true |
12 | | - s.source = { :http => 'https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/2.1.0/Leanplum.framework.zip' } |
| 23 | + s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => s.version.to_s } |
| 24 | + s.ios.deployment_target = '8.0' |
| 25 | + s.tvos.deployment_target = '8.0' |
13 | 26 | s.frameworks = 'CFNetwork', 'Foundation', 'Security', 'SystemConfiguration', 'UIKit' |
14 | 27 | s.weak_frameworks = 'AdSupport', 'StoreKit' |
15 | 28 | s.library = 'sqlite3' |
16 | | - s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' } |
17 | | - s.preserve_paths = 'Leanplum.framework' |
| 29 | + s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC', 'BITCODE_GENERATION_MODE' => 'bitcode' } |
18 | 30 | s.documentation_url = 'https://www.leanplum.com/docs#/docs' |
19 | | - s.source_files = 'Leanplum.framework/Headers/*.h' |
20 | | - s.public_header_files = 'Leanplum.framework/Headers/*.h' |
21 | | - s.vendored_frameworks = 'Leanplum.framework' |
| 31 | + s.source_files = 'Leanplum-SDK/Classes/**/*' |
| 32 | + s.module_name = 'Leanplum' |
22 | 33 | end |
0 commit comments