I'm new to Cocoapods:
platform :ios, '8.0'
use_frameworks!
pod 'ReachabilitySwift', git: 'https://github.com/ashleymills/Reachability.swift'
My podfile has this lines and 3 targets. And I'm trying to do: import ReachabilitySwift and error "No such module 'ReachabilitySwift'" comes.
Any help?