Skip to content

Instantly share code, notes, and snippets.

@SnowflakeTQ
Created September 16, 2015 12:15
Show Gist options
  • Save SnowflakeTQ/dcd509563597fabe24eb to your computer and use it in GitHub Desktop.
Save SnowflakeTQ/dcd509563597fabe24eb to your computer and use it in GitHub Desktop.
mygist
Pod::Spec.new do |s|
s.name = 'MobihelpSDK'
s.version = '1.6.2'
s.summary = 'In-App customer support SDK, powered by Freshdesk'
s.homepage = 'http://developer.freshdesk.com/mobihelp'
s.license = { :type => 'Commercial', :text => 'See http://www.freshdesk.com/terms' }
s.author = { 'Freshdesk' => '[email protected]' }
s.platform = :ios, '7.0'
s.requires_arc = true
s.frameworks = 'MobileCoreServices','CoreTelephony','SystemConfiguration','CoreData','CoreGraphics','UIKit','Foundation','Security','QuartzCore','AVFoundation'
s.source = { :git => "https://github.com/freshdesk/mobihelp-ios.git", :tag => "v#{s.version}" }
s.source_files = 'MobihelpSDK/Mobihelp.h'
# s.library = 'FDMobihelpSDK'
# s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/MobihelpSDK/MobihelpSDK"'}
s.vendored_libraries = 'MobihelpSDK/libUMFeedback.a'
s.preserve_paths = 'MobihelpSDK/*'
s.resources = ['MobihelpSDK/MHModel.bundle', 'MobihelpSDK/MHResources.bundle', 'MobihelpSDK/MHLocalization/en.lproj/MHLocalizable.strings'];
s.documentation_url = 'http://developer.freshdesk.com/mobihelp/ios/api'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment