twitter / ios-twitter-image-pipeline

Twitter Image Pipeline is a robust and performant image loading and caching framework for iOS clients
Apache License 2.0
1.85k stars 109 forks source link

Add COCOAPODS.md with installation instructions #58

Closed liamnichols closed 4 years ago

liamnichols commented 4 years ago

Following #56, this change adds a COCOAPODS.md document describing ways to configure the TwitterImagePipeline pod for use with the extended subspecs.

I was thinking about adding a section to the bottom of README.md but wasn't sure if it was best to do that since there are no manual usage instructions to go with it.. Let me know if you want me to add something though.

Once merged, will it be possible to get a 2.24.1 release to push up the new Podspec? I can bump versions or update CHANGELOG.md here if it would help?

Thanks!

liamnichols commented 4 years ago

@NSProgrammer: Hope all is well.. I don't suppose you would get a chance anytime soon to check out this PR and bump the CocoaPods release? 🙏

NSProgrammer commented 4 years ago

I don't think we need to bump the version, this is just documentation updating. We can rev COCOAPODS.md example version numbers in future revisions or not -- it is implied to figure out the version when adding that to the spec.

liamnichols commented 4 years ago

I don't think we need to bump the version, this is just documentation updating. We can rev COCOAPODS.md example version numbers in future revisions or not -- it is implied to figure out the version when adding that to the spec.

@NSProgrammer: the request to bump the version and do a new release was so that we can actually start using the new subspecs 🙂

NSProgrammer commented 4 years ago

OK, done