2 "name": "AFOAuth2Client",
5 "summary": "AFNetworking Extension for OAuth 2 Authentication.",
6 "homepage": "https://github.com/AFNetworking/AFOAuth2Client",
7 "social_media_url": "https://twitter.com/AFNetworking",
9 "Mattt Thompson": "m@mattt.me"
12 "git": "https://github.com/AFNetworking/AFOAuth2Client.git",
15 "source_files": "AFOAuth2Client",
27 "deprecated_in_favor_of": "AFOAuth2Manager",
29 "frameworks": "Security"
31 "prefix_header_contents": "#ifdef __OBJC__\n #import <Security/Security.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"