I am trying to add AFNetworking to my project but i think one of my Static lib is using this framework. my question is how i can do it (add the AFNetworking into my project,the best will be without using pods ) and how i can be sure that this Static lib is really using AFNetworking.
Thanks!