Skip to content

Commit

Permalink
adding card flight version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eltoob committed Dec 6, 2013
1 parent ee47112 commit ff6ee2a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CardFlight/1.0.0/CardFlight.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Pod::Spec.new do |s|
s.name = "CardFlight"
s.version = "1.0.0"
s.summary = "CardFlight's iOS SDK Library"
s.homepage = "https://getcardflight.com"

# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"


s.license = {
:type => 'commercial',
:text => 'Copyright 2013 Cardflight, Inc. All rights reserved.'
}

s.author = { "CardFlight" => "[email protected]" }
s.platform = :ios, '4.0'
s.source = { :git => "https://github.com/CardFlight/cardflight-ios.git", :tag => "1.0.0" }

s.source_files = '*.{h,m}'
s.preserve_paths = 'libCardFlightLibrary.a'

s.frameworks = 'AVFoundation', 'AudioToolbox', 'MediaPlayer', 'MessageUI'
s.library = 'CardFlightLibrary'
s.vendored_library = "libCardFlightLibrary"

# s.requires_arc = true
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/CardFlight"' }


end

0 comments on commit ff6ee2a

Please sign in to comment.