ios - How to create our own Cocoapod for a static library? -


i have developed static library in ios objective c, want upload on github users able integrate in projects cocoapods. have banged head on long time dissatisfying results. following links have tried:

https://guides.cocoapods.org/making/making-a-cocoapod.html

http://blog.sigmapoint.pl/developing-static-library-for-ios-with-cocoapods/

following errors encountering @ 1 point or other:

- error | [ios] `source_files` pattern did not match file  - [!] specified path `ghazalahkhan/pyze/pyze.podspec` not point existing podspec file.  - warning: not find remote branch 0.0.1 clone. - fatal: remote branch 0.0.1 not found in upstream origin 

could please suggest tutorial step step explanation or write 1 himself? thankful.


Comments