Skip to content

Commit

Permalink
Merge pull request #33 from jiecao-fm/master
Browse files Browse the repository at this point in the history
modified podspec file to support iOS6
  • Loading branch information
dogo committed Dec 9, 2014
2 parents f5bf02e + e83a5a2 commit 0571f13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCLAlertView-Objective-C.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SCLAlertView-Objective-C"
spec.version = "0.3.5"
spec.version = "0.3.6"
spec.summary = "Beautiful animated Alert View. Written in Swift but ported to Objective-C"
spec.homepage = "https://github.com/dogo/SCLAlertView"
spec.screenshots = "https://raw.githubusercontent.com/dogo/SCLAlertView/master/ScreenShots/ScreenShot.png", "https://raw.githubusercontent.com/dogo/SCLAlertView/master/ScreenShots/ScreenShot2.png"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.author = { "Diogo Autilio" => "diautilio@gmail.com" }
spec.social_media_url = "http://twitter.com/di_autilio"
spec.platform = :ios
spec.ios.deployment_target = '7.0'
spec.ios.deployment_target = '6.0'
spec.source = { :git => "https://github.com/dogo/SCLAlertView.git", :tag => spec.version.to_s }
spec.source_files = "SCLAlertView/*"
spec.requires_arc = true
Expand Down
2 changes: 2 additions & 0 deletions SCLAlertView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
INFOPLIST_FILE = "$(SRCROOT)/SCLAlertViewExample/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -404,6 +405,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
INFOPLIST_FILE = "$(SRCROOT)/SCLAlertViewExample/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down

0 comments on commit 0571f13

Please sign in to comment.