Closed muukii closed 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://.
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.
nice!
I'd like to get a function such as below, any good idea? for now I implemented it by describing path with
file://
.The reason why I needed is to create also frameworks that not published libraries.