diff --git a/TestFlightSDK/1.0.0/TestFlightSDK.podspec b/TestFlightSDK/1.0/TestFlightSDK.podspec similarity index 93% rename from TestFlightSDK/1.0.0/TestFlightSDK.podspec rename to TestFlightSDK/1.0/TestFlightSDK.podspec index 38d6690433a642..6bf55bd7915616 100644 --- a/TestFlightSDK/1.0.0/TestFlightSDK.podspec +++ b/TestFlightSDK/1.0/TestFlightSDK.podspec @@ -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