Skip to content

Commit

Permalink
Merge pull request DyKnow#239 from MusicChoice/issue-238-use-framewor…
Browse files Browse the repository at this point in the history
…ks-fix

Fixed an issue with using the library with the use_frameworks! CocoaPods flag set
  • Loading branch information
Alex Billingsley committed Feb 6, 2016
2 parents fb46a7b + 26b8302 commit 4dac846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// DEALINGS IN THE SOFTWARE.
//

#import "AFURLRequestSerialization.h"
#import <AFNetworking/AFURLRequestSerialization.h>

@interface SREventSourceRequestSerializer : AFHTTPRequestSerializer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// DEALINGS IN THE SOFTWARE.
//

#import "AFURLResponseSerialization.h"
#import <AFNetworking/AFURLResponseSerialization.h>

@interface SREventSourceResponseSerializer : AFHTTPResponseSerializer

Expand Down

0 comments on commit 4dac846

Please sign in to comment.