CocoaPods is the dependency manager for Cocoa projects.
I have a problem uploading my application into the Store via Xcode, this one in particular. I saw a lot …
ios xcode cocoapods ios-frameworks swift-custom-frameworkI cloned a repo from git. Then removed the .git and .gitignore. The podFile looks like platform :ios, '6.1' …
cocoapodsMy Cocoapods did not work, therefore I did the following command: run this bash script to remove all the relevant …
rubygems cocoapods failed-installationI stumbled upon a problem on a project that I need to work on. The project use Cocoapods for managing …
ios xcode cocoapods armv7 xcode-projectI am trying to add the following dependency to my Podspec s.dependency 'Apollo/WebSocket', :git => 'https://github.com/…
ios swift dependencies cocoapods podspecI'm trying to install a swift framework I found on GitHub along with the GoogleMaps, GooglePlaces into my Xcode project …
ios xcode google-maps cocoapods swift-frameworkI have installed the 'GoogleMaps' pod using cocoa pods and the project was building correctly, however when I transferred my …
ios xcode swift cocoapods google-maps-sdk-iosI'm creating a new Cocoa Touch Framework (MyFramework.framework), which will have a dependency on Alamofire. This framework will be …
ios swift cocoa cocoapods cocoa-touch