Skip to content

Commit 21bc96f

Browse files
committed
Update RFAPI.
1 parent 3e589b1 commit 21bc96f

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ target 'App' do
4747
'Worker',
4848
'UserIDIsString',
4949
]
50-
pod 'RFAPI', :git => 'https://github.com/RFUI/RFAPI.git'
50+
pod 'RFAPI', '>= 2.0.0-beta.2'
5151

5252
# pod 'FLEX', :configurations => ['Debug']
5353
pod 'SDWebImage'

Podfile.lock

+5-9
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ PODS:
103103
- RFAlpha/RFViewApperance/RFDrawView
104104
- RFAlpha/RFWindow (0.6.0):
105105
- RFInitializing (>= 1.1)
106-
- RFAPI (2.0.0-beta.1):
106+
- RFAPI (2.0.0-beta.2):
107107
- AFNetworking/Reachability (>= 2.3)
108108
- AFNetworking/Security (>= 2.3)
109109
- AFNetworking/Serialization (>= 2.3)
@@ -269,7 +269,7 @@ DEPENDENCIES:
269269
- RFAlpha/RFViewApperance/RFLayerApperance
270270
- RFAlpha/RFViewApperance/RFLine
271271
- RFAlpha/RFWindow
272-
- RFAPI (from `https://github.com/RFUI/RFAPI.git`)
272+
- RFAPI (>= 2.0.0-beta.2)
273273
- RFDelegateChain/UICollectionViewDataSource
274274
- RFDelegateChain/UICollectionViewDelegateFlowLayout
275275
- RFDelegateChain/UISearchBarDelegate
@@ -288,6 +288,7 @@ SPEC REPOS:
288288
- AFNetworking
289289
- JSONModel
290290
- RFAlpha
291+
- RFAPI
291292
- RFDelegateChain
292293
- RFInitializing
293294
- RFKeyboard
@@ -300,23 +301,18 @@ SPEC REPOS:
300301
EXTERNAL SOURCES:
301302
MBAppKit:
302303
:git: https://github.com/RFUI/MBAppKit.git
303-
RFAPI:
304-
:git: https://github.com/RFUI/RFAPI.git
305304

306305
CHECKOUT OPTIONS:
307306
MBAppKit:
308307
:commit: 8b9576f871ceec3a0ae6d8ef5cffea93c36b25cc
309308
:git: https://github.com/RFUI/MBAppKit.git
310-
RFAPI:
311-
:commit: 051679383bf7dc08f4b954f55c7fc8eb2c591bf5
312-
:git: https://github.com/RFUI/RFAPI.git
313309

314310
SPEC CHECKSUMS:
315311
AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
316312
JSONModel: 02ab723958366a3fd27da57ea2af2113658762e9
317313
MBAppKit: dfa9bd52a24c018595c7531445158519cf09dbd3
318314
RFAlpha: a2ba9b06f5452e11c486abd3bf20c9036734ae7a
319-
RFAPI: 3ea13b0339204b86049f5f413016325fd40ac4b7
315+
RFAPI: dcd1c98b1ca7de93b900111e1a5232a21a08a65f
320316
RFDelegateChain: 06b2100d30de422eb7dee4ad833c8bd80c631f16
321317
RFInitializing: c85e1d8b9c5b540761f7983af3e9bb517654ad84
322318
RFKeyboard: d270ea1f612d86c980974222bae7c6d7d04428be
@@ -326,6 +322,6 @@ SPEC CHECKSUMS:
326322
SDWebImage: 112503ec94a5a2a41869503844a15e8d8f1ead5c
327323
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
328324

329-
PODFILE CHECKSUM: 812189fbec15f58abb602474971bf6c8ce59a7c2
325+
PODFILE CHECKSUM: 25cd59e2bec9fc7c933d5d22875913764590c2b2
330326

331327
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)