diff --git a/Demo/PhotoBrowserDemo.xcodeproj/project.pbxproj b/Demo/PhotoBrowserDemo.xcodeproj/project.pbxproj index 7375a709..14619ee6 100644 --- a/Demo/PhotoBrowserDemo.xcodeproj/project.pbxproj +++ b/Demo/PhotoBrowserDemo.xcodeproj/project.pbxproj @@ -550,7 +550,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.1; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -579,7 +579,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.1; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -595,7 +595,7 @@ GCC_PREFIX_HEADER = "PhotoBrowserDemo/PhotoBrowserDemo-Prefix.pch"; GCC_THUMB_SUPPORT = NO; INFOPLIST_FILE = "PhotoBrowserDemo/PhotoBrowserDemo-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 6.1; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; PRODUCT_NAME = "$(TARGET_NAME)"; TARGETED_DEVICE_FAMILY = "1,2"; USER_HEADER_SEARCH_PATHS = "../**"; @@ -611,7 +611,7 @@ GCC_PREFIX_HEADER = "PhotoBrowserDemo/PhotoBrowserDemo-Prefix.pch"; GCC_THUMB_SUPPORT = NO; INFOPLIST_FILE = "PhotoBrowserDemo/PhotoBrowserDemo-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 6.1; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; PRODUCT_NAME = "$(TARGET_NAME)"; TARGETED_DEVICE_FAMILY = "1,2"; USER_HEADER_SEARCH_PATHS = "../**"; diff --git a/IDMPhotoBrowser _1.2.6.podspec b/IDMPhotoBrowser _1.3.podspec similarity index 89% rename from IDMPhotoBrowser _1.2.6.podspec rename to IDMPhotoBrowser _1.3.podspec index cc49e904..0b7721df 100644 --- a/IDMPhotoBrowser _1.2.6.podspec +++ b/IDMPhotoBrowser _1.3.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "IDMPhotoBrowser" s.summary = "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more." - s.version = "1.2.6" + s.version = "1.3" s.homepage = "https://github.com/ideaismobile/IDMPhotoBrowser" s.license = { :type => 'MIT', :file => 'LICENSE.txt' } s.author = { "Appkraft" => "all@appkraft.net" } - s.source = { :git => "https://github.com/ideaismobile/IDMPhotoBrowser.git", :tag => "1.2.6" } - s.platform = :ios, '6.0' + s.source = { :git => "https://github.com/ideaismobile/IDMPhotoBrowser.git", :tag => "1.3" } + s.platform = :ios, '7.0' s.source_files = 'Classes/*.{h,m}' s.resources = 'Classes/IDMPhotoBrowser.bundle' s.framework = 'MessageUI', 'QuartzCore', 'SystemConfiguration', 'MobileCoreServices', 'Security' diff --git a/IDMPhotoBrowser.podspec b/IDMPhotoBrowser.podspec index fc8d7b4d..6eb8cbd8 100644 --- a/IDMPhotoBrowser.podspec +++ b/IDMPhotoBrowser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "IDMPhotoBrowser" - s.version = "1.2.5" + s.version = "1.2.6" s.summary = "IDMPhotoBrowser." s.homepage = "https://github.com/ideaismobile/IDMPhotoBrowser" @@ -8,10 +8,10 @@ Pod::Spec.new do |s| s.author = { "Appkraft" => "all@appkraft.net" } s.source = { :git => "https://github.com/ideaismobile/IDMPhotoBrowser.git", - :tag => "1.2.5" + :tag => "1.2.6" } - s.platform = :ios, '5.0' + s.platform = :ios, '6.0' s.source_files = 'Classes/*.{h,m}' s.resources = 'Classes/IDMPhotoBrowser.bundle'