Skip to content

Commit

Permalink
Merge pull request CocoaPods#1242 from intercom/master
Browse files Browse the repository at this point in the history
Adding Intercom podspec
  • Loading branch information
orta committed Feb 7, 2013
2 parents 9f2de63 + 58f302e commit dae0339
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Intercom/1.0/Intercom.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '1.0'
s.license = 'Apache 2.0'
s.summary = 'An easiest way to install Intercom in your iOS app.'
s.homepage = 'http://www.intercom.io'
s.author = { "Adam McCarthy" => "adam@intercom.io" }
s.source = { :git => 'https://github.com/intercom/intercom-ios.git', :tag => '1.0' }
s.source_files = 'Intercom'
s.ios.deployment_target = '5.0'

s.prefix_header_contents = <<-EOS
#import <Availability.h>
#if __IPHONE_OS_VERSION_MIN_REQUIRED
#import "Intercom.h"
#endif
EOS
end

0 comments on commit dae0339

Please sign in to comment.