mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Update MRProgress.podspec for AFNetworking #97

Closed AYastrebov closed 9 years ago

AYastrebov commented 9 years ago
mrackwitz commented 9 years ago

The pinned version for the UIKit subspec was intentionally. The code which belongs to this subspec makes some assumptions about the internals of the UIKit extension of AFNetworking. I'm not very happy about that fact, but taking the version out makes not only compiler errors, but even runtime errors very likely. But it's perhaps not obvious enough when integrating, that there is an implicit upper bound to AFNetworking by including this subspec in the Podfile. But in any case this must be at least updated.