ios - Include GCM sdk to cocoapod project -


i have podsfile importing several other projects frameworks, works pretty nicely. unfortunately not possible install gcm ios library framework. way go here? drag , drog gcm pod project?

there's setup guide both objective-c , swift on developers site of gcm, can found here - https://developers.google.com/cloud-messaging/ios/client?ver=swift

pod init

open podfile created application , add following:

pod 'google/cloudmessaging'

save file , run:

pod install

this creates .xcworkspace file application. use file future development on application.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -