venmo / venmo-ios-sdk

Make and accept payments in your iOS app via Venmo
MIT License
178 stars 57 forks source link

Make GTMStringEncoding ARC compliant #98

Open mgod opened 8 years ago

mgod commented 8 years ago

This causes problems when installing with CocoaPods. Alternatively, you could update the Podfile to specify which files need ARC, but this seems cleaner.

mgod commented 8 years ago

It's probably worth merging this or working out the CocoaPods solution before merging #93