Skip to content

Commit

Permalink
Bump pod spec to 4.0.0
Browse files Browse the repository at this point in the history
Add .swift-version file for cocoa pods lint check
  • Loading branch information
Peter Livesey committed Sep 22, 2016
1 parent e2f7d36 commit f00c4ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ConsistencyManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ConsistencyManager'
spec.version = '3.0.0'
spec.version = '4.0.0'
spec.license = { :type => 'Apache License, Version 2.0' }
spec.homepage = 'https://linkedin.github.io/ConsistencyManager-iOS'
spec.authors = 'LinkedIn'
Expand Down
2 changes: 2 additions & 0 deletions ConsistencyManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@
61DBAA6E19FFF64200A23A60 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
INFOPLIST_FILE = ConsistencyManagerTests/Info.plist;
Expand All @@ -586,6 +587,7 @@
61DBAA6F19FFF64200A23A60 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
INFOPLIST_FILE = ConsistencyManagerTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand Down

0 comments on commit f00c4ee

Please sign in to comment.