Top "Podspec" questions

This is the file extension for CocoaPods, which is distributed as a ruby gem

running pod set up gives me "bad interpreter: No such file or directory"

recently tried to do pod setup and i get this: -bash: /usr/local/bin/pod: /usr/local/opt/ruby/bin/…

ruby cocoapods podspec
CocoaPods could not find compatible versions for pod "Firebase/CoreOnly"

I've update my flutter package to the last versions and now IOS doesn't work anymore. When I try to update …

ios firebase flutter podspec podfile
CocoaPods: point to a branch in pod spec

I'm trying to install code from a repository's branch on a pod spec, and based on the documentation, this should …

ios git cocoa cocoapods podspec
Cocoa podspec and path for dependency

how can I specify in podspec a local path for an dependency ? like : s.dependency 'MyLibrary', :path => '../MyLibrary' …

xcode cocoapods podspec
I'm getting a "No podspec found" message when doing "pod install" against a private gitlab pod/project container

I'm in the middle of some CocoaPods project trying to build my own private Pod, reachable via "pod install" from …

ios ssh cocoapods gitlab podspec
Add Pod dependency with source to .podspec

I am trying to add the following dependency to my Podspec s.dependency 'Apollo/WebSocket', :git => 'https://github.com/…

ios swift dependencies cocoapods podspec
Removing Versions from CocoaPods Specs Repo

I've just published a Beta version of a Pod in the Specs Repo, using pod trunk push. I would like …

cocoapods podspec
How to build cocoa touch framework for all architectures dependent on other frameworks added using cocoapods?

I want to create a private cocoapod of the output framework built for both simulators and devices. I have created …

ios objective-c cocoapods podspec cocoa-touch
podspec specification does not validate

I'm trying to create a cocoa pod following this tutorial. I'm stuck at the moment where I'm doing the following …

ios cocoapods podspec
Define custom module map file in cocoapods Podspec

I made a custom module map file to handle the libxml import in a swift project. (non-modular include error) It's …

ios swift cocoapods podspec