Skip to content

Commit 28a53c2

Browse files
committed
Fix to work with ReactiveCocoa 4.0.4-alpha-4, Swift 2.1, Xcode 7.2
1 parent 370f312 commit 28a53c2

17 files changed

+701
-1723
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "ReactiveCocoa"]
2-
path = ReactiveCocoa
3-
url = https://github.com/yusefnapora/ReactiveCocoa.git

Podfile

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
platform :ios, '7.0'
1+
platform :ios, '8.0'
2+
use_frameworks!
23

4+
pod 'Box', '2.0'
35
pod 'objectiveflickr', '2.0.4'
4-
pod 'SDWebImage', '3.7.1'
6+
pod 'SDWebImage'
7+
pod 'ReactiveCocoa', '4.0.4-alpha-4'

ReactiveCocoa

-1
This file was deleted.

0 commit comments

Comments
 (0)