Merge pull request #231 from pepibumur/removeDefaultSubspecs

Remove default subspecs from the .podspec file
This commit is contained in:
Pedro Piñera Buendía 2016-04-28 00:16:59 +02:00
commit 8ba6fa8129

View File

@ -9,8 +9,6 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/pepibumur'
s.requires_arc = true
s.default_subspecs = 'Realm', 'CoreData'
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"