Skip to content

Commit 2440d76

Browse files
committed
Supports Xcode11 & Swift 5.1
1 parent 0688f5f commit 2440d76

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

Arrow.framework.zip

1.5 MB
Binary file not shown.

Arrow.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Arrow'
3-
s.version = "5.0.0"
3+
s.version = "5.1.0"
44
s.summary = "Elegant JSON Parsing in Swift"
55
s.homepage = "https://github.com/freshOS/Arrow"
66
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -13,5 +13,5 @@ Pod::Spec.new do |s|
1313
s.requires_arc = true
1414
s.ios.deployment_target = "8.0"
1515
s.description = "Elegant Swift JSON Parsing - Stop writing boilerplate JSON parsing code and focus on your awesome App instead"
16-
s.swift_versions = ['2', '3', '4', '4.1', '4.2', '5.0']
16+
s.swift_versions = ['2', '3', '4', '4.1', '4.2', '5.0', '5.1']
1717
end

Arrow.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@
521521
INFOPLIST_FILE = Source/Info.plist;
522522
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
523523
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
524+
MARKETING_VERSION = 5.1.0;
524525
PRODUCT_BUNDLE_IDENTIFIER = "com.fresh.$(PRODUCT_NAME:rfc1034identifier)";
525526
PRODUCT_NAME = "$(TARGET_NAME)";
526527
SKIP_INSTALL = YES;
@@ -545,6 +546,7 @@
545546
INFOPLIST_FILE = Source/Info.plist;
546547
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
547548
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
549+
MARKETING_VERSION = 5.1.0;
548550
PRODUCT_BUNDLE_IDENTIFIER = "com.fresh.$(PRODUCT_NAME:rfc1034identifier)";
549551
PRODUCT_NAME = "$(TARGET_NAME)";
550552
SKIP_INSTALL = YES;

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ if let collection = json.collection {
242242
- Swift 4.1 -> version [**4.1.0**](https://github.com/freshOS/Arrow/releases/tag/4.1.0)
243243
- Swift 4.2 -> version [**4.2.0**](https://github.com/freshOS/Arrow/releases/tag/4.2.0)
244244
- Swift 5.0 -> version [**5.0.0**](https://github.com/freshOS/Arrow/releases/tag/5.0.0)
245+
- Swift 5.1 -> version [**5.1.0**](https://github.com/freshOS/Arrow/releases/tag/5.1.0)
245246

246247
## Acknoledgments
247248
This wouldn't exist without [YannickDot](https://github.com/YannickDot), [Damien-nd](https://github.com/damien-nd) and [maxkonovalov](https://github.com/maxkonovalov)

Source/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.0.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)