File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 432
432
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
433
433
PRODUCT_BUNDLE_IDENTIFIER = "com.Semver.$(PRODUCT_NAME:rfc1034identifier)";
434
434
PRODUCT_NAME = "$(TARGET_NAME)";
435
- SWIFT_SWIFT3_OBJC_INFERENCE = On ;
435
+ SWIFT_SWIFT3_OBJC_INFERENCE = Default ;
436
436
SWIFT_VERSION = 4.0;
437
437
};
438
438
name = Debug;
448
448
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
449
449
PRODUCT_BUNDLE_IDENTIFIER = "com.Semver.$(PRODUCT_NAME:rfc1034identifier)";
450
450
PRODUCT_NAME = "$(TARGET_NAME)";
451
- SWIFT_SWIFT3_OBJC_INFERENCE = On ;
451
+ SWIFT_SWIFT3_OBJC_INFERENCE = Default ;
452
452
SWIFT_VERSION = 4.0;
453
453
};
454
454
name = Release;
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "semver"
3
- s . version = "1.0 .0"
3
+ s . version = "1.1 .0"
4
4
s . summary = "Swift Semantic Versioning Library"
5
5
s . homepage = "https://github.com/weekwood/Semver.Swift.git"
6
6
s . license = 'MIT'
You can’t perform that action at this time.
0 commit comments