I know cocoapod is simplifying the efforts of manually adding libraries or let developer concentrate on his actual source code.
But my question is if I need only some of source file from certain project then is good to add whole library by installing same cocoapod?
Like if I need only Reachability class file then why should I take whole AFNetworking
Isn't it creating code redundancy or increasing my iPA size or other performance issues?