square / cocoapods-pack

A CocoaPods plugin for producing xcframeworks from podspecs.
Apache License 2.0
115 stars 7 forks source link

Support local podspec file that download sources from remote. #7

Closed muukii closed 2 years ago

muukii commented 2 years ago

I'd like to get a function such as below, any good idea? for now I implemented it by describing path with file://.

curl https://raw.githubusercontent.com/Alamofire/Alamofire/master/Alamofire.podspec > path/to/local_podspecs/Alamofire.podspec
pod pack file://path/to/local_podspecs/Alamofire.podspec ...

The reason why I needed is to create also frameworks that not published libraries.

dnkoutso commented 2 years ago

nice!