Skip to content

Commit

Permalink
Change target version 8.3 -> 8.0.
Browse files Browse the repository at this point in the history
spec pod name change.
  • Loading branch information
mittsu333 committed Apr 21, 2016
1 parent b37d7c6 commit 02410d3
Show file tree
Hide file tree
Showing 9 changed files with 912 additions and 2,223 deletions.
4 changes: 2 additions & 2 deletions Example/MarkedView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = MarkedView/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
Expand All @@ -538,7 +538,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = MarkedView/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MarkedView (0.1.0)
- MarkedView (1.0.0)

DEPENDENCIES:
- MarkedView (from `../`)
Expand All @@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
MarkedView: d66d2c7ff25d7e45b65f750f7f61f1e6450eadad
MarkedView: 736c6a3026d64025703441b4937cf4b8c531e926

COCOAPODS: 0.39.0
13 changes: 6 additions & 7 deletions Example/Pods/Local Podspecs/MarkedView.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 02410d3

Please sign in to comment.