Skip to content

Commit

Permalink
Remove -lObjC from xcode build flags. Fix acoomans#13.
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Sep 27, 2016
1 parent 9ccca13 commit 93d4eba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SimulatorRemoteNotifications.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }

s.source_files = 'SimulatorRemoteNotifications/**/*.{h,m}'
s.source = { :git => "https://github.com/acoomans/SimulatorRemoteNotifications.git", :tag => '0.0.3' }
end
end

0 comments on commit 93d4eba

Please sign in to comment.