Created
September 16, 2015 12:15
-
-
Save SnowflakeTQ/dcd509563597fabe24eb to your computer and use it in GitHub Desktop.
mygist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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