jcavar / refresher

DEPRECATED: Pull to refresh in Swift
MIT License
873 stars 99 forks source link

There are lots of compile errors after import by cocoapods #14

Closed nutts closed 9 years ago

nutts commented 9 years ago

My Podfile is as the following:

platform :ios, '8.0'

use_frameworks!

pod "AFNetworking", "~> 2.0" pod "SwiftyJSON", ">= 2.2" pod 'Alamofire', '~> 1.2' pod 'SwiftDate' pod 'Refresher'


After successfully installed the Refresher, there are lots of Compile Error happened. see attached screenshot. screen shot 2015-06-11 at 5 01 41 pm

jcavar commented 9 years ago

Hey, I am sorry for this. I have published new podfile, you can just run 'pod update' and it should be fixed.