-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAcquireIO-Lite.podspec
22 lines (20 loc) · 1.36 KB
/
AcquireIO-Lite.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@version = "2.1.7"
Pod::Spec.new do |s|
s.name = 'AcquireIO-Lite'
s.version = '2.1.7'
s.summary = 'Your complete customer communication platform - and not just live chat'
s.homepage = 'https://github.com/acquireio/AcquireIO-Lite.git'
s.license = { :type => 'Commercial', :text => 'Copyright (C) 2020 by Acquire' }
s.author = {'Acquire' => 'raju@acquire.io'}
s.social_media_url = 'https://twitter.com/acquire_io'
s.source = { :git => "https://github.com/acquireio/AcquireIO-Lite.git", :tag => "#{s.version}" }
s.platforms = {:ios => '9.0'}
s.source_files = 'acquireIO/AcquireIO.framework/headers/*.h'
s.preserve_paths = 'acquireIO/AcquireIO.framework', 'acquireIO/AcquireIO.framework/AcquireIOTheme/*.plist', 'acquireIO/AcquireIO.framework/README.md'
s.ios.vendored_frameworks = 'acquireIO/AcquireIO.framework'
s.framework = 'AcquireIO'
s.frameworks = 'AcquireIO','Foundation', 'UIKit', 'CoreGraphics'
s.xcconfig = { 'LD_RUNPATH_SEARCH_PATHS' => '@loader_path/../Frameworks', 'ENABLE_BITCODE'=> 'NO', 'EMBEDDED_CONTENT_CONTAINS_SWIFT' => 'YES'}
s.requires_arc = true
s.documentation_url = 'https://developers.acquire.io/ios-cobrowse-sdk'
end