Skip to content

Commit

Permalink
[Update] CordovaPlugin-file-transfer (0.4.2)
Browse files Browse the repository at this point in the history
[Update] CordovaPlugin-file (1.0.1)

Attempting to limit version range, as 3.4.1 doesn't work with current plugins' platform.
  • Loading branch information
Mueller, Graham committed Apr 15, 2014
1 parent 650c36a commit 5e5279d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Pod::Spec.new do |s|
s.frameworks = 'AssetsLibrary'
s.requires_arc = true

s.dependency 'Cordova', '>= 3.0.0'
s.dependency 'Cordova', '>= 3.0.0', '<= 3.4.0'
s.dependency 'Cordova/Plugins/File', '>= 1.0.1'
end
2 changes: 1 addition & 1 deletion CordovaPlugin-file/1.0.1/CordovaPlugin-file.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.frameworks = 'AssetsLibrary', 'MobileCoreServices'
s.requires_arc = true

s.dependency 'Cordova', '>= 3.0.0'
s.dependency 'Cordova', '>= 3.0.0', '<= 3.4.0'
end

0 comments on commit 5e5279d

Please sign in to comment.