mattpolzin / JSONAPI

Swift Codable JSON:API framework
MIT License
75 stars 19 forks source link

Publishing Pod #62

Closed seifscape closed 4 years ago

seifscape commented 4 years ago

Would it be possible if this library could be published, since when creating a podspec, I cannot use :git => I was thinking something more along the lines of pod 'MP-JSONAPI'

I wanted to know if we can have something like this: http://guides.cocoapods.org/syntax/podspec.html#dependency

mattpolzin commented 4 years ago

At one point I planned to publish the pod, but there were name conflicts with JSONAPI (and IIRC Poly as well). I've since renamed the JSONAPI pod to at least stop CocoaPods from recommending the unrelated published JSONAPI package to users of this library, but I don't currently have time to invest in publishing both JSONAPI and Poly to Cocoapods. I foresee more and more projects switching to using SwiftPM over the coming year, so I suspect the payoff would be lower now than ever, too -- just talking about personal time spent on my part paying off, not slamming anyone for still using Cocoapods.