Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nicnocquee/DLFPhotosPicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OceanLabs/DLFPhotosPicker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 2, 2015

  1. Changed minimum iOS version to iOS 7 so that it can be installed on p…

    …rojects targeting iOS 7 even if it can't be used.
    Kostas Karayannis committed Jun 2, 2015
    Copy the full SHA
    839fc6f View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 DLFPhotosPicker.podspec
2 changes: 1 addition & 1 deletion DLFPhotosPicker.podspec
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ Pod::Spec.new do |s|
#

# s.platform = :ios
s.platform = :ios, "8.0"
s.platform = :ios, "7.0"

# When using multiple platforms
# s.ios.deployment_target = "5.0"