MKNetworkKit使用步骤:
1.拖动MKNetworkKit目录到你的项目
2.添加的CFNetwork.Framework,SystemConfiguration.framework和Security.framework
3.打开你的pch文件,添加MKNetworkKit.h
4.删除NSAlert+MKNetworkKitAdditions.h文件。
5.编译如果出现错误并错误是
#error MKNetworkKit is ARC only. Either turn on ARC for the project or use -fobjc-arc flag
那么请
如何使用:http://blog.mugunthkumar.com/products/ios-framework-introducing-mknetworkkit/