2 "name": "AFNetworking",
5 "summary": "A delightful iOS and OS X networking framework.",
6 "homepage": "https://github.com/AFNetworking/AFNetworking",
8 "Mattt Thompson": "m@mattt.me",
9 "Scott Raymond": "sco@gowalla.com"
12 "git": "https://github.com/AFNetworking/AFNetworking.git",
15 "source_files": "AFNetworking",
33 "prefix_header_contents": "#ifdef __OBJC__\n#import <Availability.h>\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n#endif\n#endif /* __OBJC__*/\n",
34 "deprecated_in_favor_of": "Alamofire"