diff --git a/SimulatorRemoteNotifications.podspec b/SimulatorRemoteNotifications.podspec index f734eba..f5681e9 100644 --- a/SimulatorRemoteNotifications.podspec +++ b/SimulatorRemoteNotifications.podspec @@ -9,10 +9,9 @@ Pod::Spec.new do |s| s.requires_arc = true s.platform = :ios s.ios.deployment_target = '6.0' - s.xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' } s.author = { "Arnaud Coomans" => "arnaud.coomans@gmail.com" } s.source_files = 'SimulatorRemoteNotifications/**/*.{h,m}' s.source = { :git => "https://github.com/acoomans/SimulatorRemoteNotifications.git", :tag => '0.0.3' } -end \ No newline at end of file +end