Skip to content

Commit

Permalink
[Update] Cordova (3.4.1)
Browse files Browse the repository at this point in the history
Removing base sub spec, since it's no longer necessary.
  • Loading branch information
Mueller, Graham committed Apr 15, 2014
1 parent b3f9cac commit 83c708f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Cordova/3.4.1/Cordova.podspec
Expand Up @@ -14,11 +14,6 @@ Pod::Spec.new do |s|

s.frameworks = 'AVFoundation', 'CoreLocation', 'MobileCoreServices', 'AssetsLibrary'

s.default_subspec = 'Base'

s.subspec 'Base' do |b|
b.source_files = 'CordovaLib/Classes/*.{h,m}'
b.preserve_paths = 'CordovaLib/cordova.js', 'CordovaLib/VERSION'
end

s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.preserve_paths = 'CordovaLib/cordova.js', 'CordovaLib/VERSION'
end

0 comments on commit 83c708f

Please sign in to comment.