Skip to content

Commit

Permalink
updated lib spec; ran lint; installed as pod locally;
Browse files Browse the repository at this point in the history
  • Loading branch information
iprayforwaves committed Apr 23, 2012
1 parent f91fc75 commit 4b59afc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TestFlightSDK/1.0/TestFlightSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Pod::Spec.new do |s|
s.name = 'TestFlightSDK'
s.version = '1.0'
Expand All @@ -9,6 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/danielctull/TestFlight-SDK.git', :tag => '1.0' }
s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.'
s.platform = :ios
s.source_files = '', 'TestFlight.h'
s.library = 'libTestFlight'
s.source_files = 'TestFlight.h'
s.library = 'TestFlight', 'z'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '$(SRCROOT)/Pods/TestFlightSDK' }
end

0 comments on commit 4b59afc

Please sign in to comment.