File tree Expand file tree Collapse file tree 12 files changed +23
-16
lines changed Expand file tree Collapse file tree 12 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'BFKit-Swift'
3
3
s . module_name = 'BFKit'
4
- s . version = '6.0.0 '
4
+ s . version = '6.0.1 '
5
5
s . summary = 'BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.'
6
6
s . homepage = 'https://github.com/FabrizioBrancati/BFKit-Swift'
7
7
s . screenshots = 'https://github.fabriziobrancati.com/bfkit/resources/screenshot-swift.png'
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
s . source = { :git => 'https://github.com/FabrizioBrancati/BFKit-Swift.git' , :tag => s . version }
12
12
s . documentation_url = 'https://github.fabriziobrancati.com/documentation/BFKit-Swift/'
13
13
14
- s . swift_version = '5.0 '
14
+ s . swift_version = '5.1 '
15
15
16
16
s . ios . deployment_target = '8.0'
17
17
s . ios . source_files = 'Sources/**/*.swift'
Original file line number Diff line number Diff line change 1054
1054
CLANG_CXX_LIBRARY = "libc++";
1055
1055
CODE_SIGN_IDENTITY = "";
1056
1056
COMBINE_HIDPI_IMAGES = YES;
1057
- CURRENT_PROJECT_VERSION = 6.0.0 ;
1057
+ CURRENT_PROJECT_VERSION = 6.0.1 ;
1058
1058
DEFINES_MODULE = YES;
1059
1059
DEVELOPMENT_TEAM = "";
1060
1060
DYLIB_COMPATIBILITY_VERSION = 1;
1083
1083
CLANG_CXX_LIBRARY = "libc++";
1084
1084
CODE_SIGN_IDENTITY = "";
1085
1085
COMBINE_HIDPI_IMAGES = YES;
1086
- CURRENT_PROJECT_VERSION = 6.0.0 ;
1086
+ CURRENT_PROJECT_VERSION = 6.0.1 ;
1087
1087
DEFINES_MODULE = YES;
1088
1088
DEVELOPMENT_TEAM = "";
1089
1089
DYLIB_COMPATIBILITY_VERSION = 1;
1232
1232
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1233
1233
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1234
1234
COPY_PHASE_STRIP = NO;
1235
- CURRENT_PROJECT_VERSION = 6.0.0 ;
1235
+ CURRENT_PROJECT_VERSION = 6.0.1 ;
1236
1236
DEBUG_INFORMATION_FORMAT = dwarf;
1237
1237
ENABLE_STRICT_OBJC_MSGSEND = YES;
1238
1238
ENABLE_TESTABILITY = YES;
1296
1296
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1297
1297
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1298
1298
COPY_PHASE_STRIP = NO;
1299
- CURRENT_PROJECT_VERSION = 6.0.0 ;
1299
+ CURRENT_PROJECT_VERSION = 6.0.1 ;
1300
1300
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1301
1301
ENABLE_NS_ASSERTIONS = NO;
1302
1302
ENABLE_STRICT_OBJC_MSGSEND = YES;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.<br>
9
9
---
10
10
11
11
### 6.x Releases
12
- - ` 6.0.x ` Releases - [ 6.0.0] ( #600---swift-51-support )
12
+ - ` 6.0.x ` Releases - [ 6.0.0] ( #600---swift-51-support ) | [ 6.0.1 ] ( #401---fixing-pod )
13
13
14
14
### 5.x Releases
15
15
- ` 5.0.x ` Releases - [ 5.0.0] ( #500---swift-50-support )
@@ -45,6 +45,13 @@ All notable changes to this project will be documented in this file.<br>
45
45
46
46
---
47
47
48
+ ## [ 6.0.1] ( https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/6.0.1 ) - Fixing Pod
49
+ ### 20 Oct 2019
50
+ ### Fixed
51
+ - Fixed ` swift_version ` in podspec file
52
+
53
+ ---
54
+
48
55
## [ 6.0.0] ( https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/6.0.0 ) - Swift 5.1 Support
49
56
### 20 Oct 2019
50
57
### Added
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >6.0.0 </string >
20
+ <string >6.0.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Requirements
126
126
| 4.1 | 9.3...9.4 | 3.1.2...3.2.1 | 8.0+ ` * ` | 10.10+ ` * ` | 3.0+ ` * ` | ![ ✓] |
127
127
| 4.2 | 10.0 | 4.0.0...4.1.0 | 8.0+ ` * ` | 10.10+ ` * ` | 3.0+ ` * ` | ![ ✓] |
128
128
| 5.0 | 10.2...10.3 | 5.0.0 | 8.0+ ` * ` | 10.10+ ` * ` | 3.0+ ` * ` | ![ ✓] |
129
- | 5.1 | 11 | 6.0.0 | 8.0+ ` * ` | 10.10+ ` * ` | 3.0+ ` * ` | ![ ✓] |
129
+ | 5.1 | 11 | 6.0.0...6.0.1 | 8.0+ ` * ` | 10.10+ ` * ` | 3.0+ ` * ` | ![ ✓] |
130
130
131
131
> ` * ` With App Extension Support
132
132
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import Foundation
32
32
#endif
33
33
34
34
/// BFKit version string.
35
- public let BFKitVersion = " 6.0.0 "
35
+ public let BFKitVersion = " 6.0.1 "
36
36
37
37
/// BFKit author string.
38
38
public let BFKitAuthor = " Fabrizio Brancati "
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >6.0.0 </string >
18
+ <string >6.0.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >6.0.0 </string >
18
+ <string >6.0.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >6.0.0 </string >
18
+ <string >6.0.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >6.0.0 </string >
18
+ <string >6.0.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >6.0.0 </string >
18
+ <string >6.0.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
</dict >
Original file line number Diff line number Diff line change 2
2
3
3
# Creates documentation using Jazzy.
4
4
5
- FRAMEWORK_VERSION=6.0.0
5
+ FRAMEWORK_VERSION=6.0.1
6
6
7
7
jazzy \
8
8
--clean \
You can’t perform that action at this time.
0 commit comments