Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
Use bridging header file for google frameworks with lines below even with pods
v0.36.
#import <GooglePlus/GooglePlus.h>
#import <GoogleOpenSource/GoogleOpenSource.h>
Had the same issue and didn't find solution how to import Google framework as
swift module.
Here is my pod file
xcodeproj "...xcodeproj"
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :ios, "8.0"
target "..." do
pod "AFNetworking", "~> 2.5"
pod "AFNetworkActivityLogger", "~> 2.0"
pod "PromiseKit/Swift", "~> 1.5"
pod "googleplus-ios-sdk", "~> 1.7"
end
Original comment by Ivanov.Vitalii
on 12 May 2015 at 9:24
Original issue reported on code.google.com by
isuru.j...@gmail.com
on 24 Jan 2015 at 5:11