File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FetchRequests'
3- s . version = '4 .0.4 '
3+ s . version = '5 .0.0 '
44 s . license = 'MIT'
55 s . summary = 'NSFetchedResultsController inspired eventing'
66 s . homepage = 'https://github.com/square/FetchRequests'
Original file line number Diff line number Diff line change 10171017 INFOPLIST_FILE = FetchRequests/Info.plist;
10181018 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
10191019 MACOSX_DEPLOYMENT_TARGET = 10.15;
1020- MARKETING_VERSION = 4 .0;
1020+ MARKETING_VERSION = 5 .0;
10211021 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
10221022 MTL_FAST_MATH = YES;
10231023 ONLY_ACTIVE_ARCH = YES;
10921092 INFOPLIST_FILE = FetchRequests/Info.plist;
10931093 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
10941094 MACOSX_DEPLOYMENT_TARGET = 10.15;
1095- MARKETING_VERSION = 4 .0;
1095+ MARKETING_VERSION = 5 .0;
10961096 MTL_ENABLE_DEBUG_INFO = NO;
10971097 MTL_FAST_MATH = YES;
10981098 PRODUCT_BUNDLE_IDENTIFIER = com.crewapp.FetchRequests;
Original file line number Diff line number Diff line change @@ -116,15 +116,15 @@ Otherwise we will use a [less efficient OrderedSet](https://github.com/square/Fe
116116Install with [ CocoaPods] ( http://cocoapods.org ) by specifying the following in your ` Podfile ` :
117117
118118``` ruby
119- pod ' FetchRequests' , ' ~> 4 .0'
119+ pod ' FetchRequests' , ' ~> 5 .0'
120120```
121121
122122### Carthage
123123
124124Install with [ Carthage] ( https://github.com/Carthage/Carthage ) by specify the following in your ` Cartfile ` :
125125
126126```
127- github "square/FetchRequests" ~> 4 .0
127+ github "square/FetchRequests" ~> 5 .0
128128```
129129
130130### Swift Package Manager
@@ -133,7 +133,7 @@ Install with [Swift Package Manager](https://swift.org/package-manager/) by addi
133133
134134``` swift
135135dependencies: [
136- .package (url : " https://github.com/square/FetchRequests.git" , from : " 4 .0.0" )
136+ .package (url : " https://github.com/square/FetchRequests.git" , from : " 5 .0.0" )
137137]
138138```
139139
You can’t perform that action at this time.
0 commit comments