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",
24 "SystemConfiguration",
32 "SystemConfiguration",
36 "prefix_header_contents": "#import <Availability.h>\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <Security/Security.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #import <Security/Security.h>\n#endif\n",
37 "deprecated_in_favor_of": "Alamofire"