Skip to content

Commit

Permalink
change to source files section of podspec;
Browse files Browse the repository at this point in the history
change version folder to match TestFlight version number;
  • Loading branch information
iprayforwaves committed Apr 23, 2012
1 parent a8408a6 commit f91fc75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ 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 = '', '*.{h,m}'
s.source_files = '', 'TestFlight.h'
s.library = 'libTestFlight'
end

0 comments on commit f91fc75

Please sign in to comment.