| { |
| "name": "AFOAuth1Client", |
| "version": "1.0.0", |
| "summary": "AFNetworking Extension for OAuth 1.0a Authentication.", |
| "homepage": "https://github.com/AFNetworking/AFOAuth1Client", |
| "social_media_url": "https://twitter.com/AFNetworking", |
| "license": "MIT", |
| "authors": { |
| "Mattt Thompson": "m@mattt.me" |
| }, |
| "source": { |
| "git": "https://github.com/AFNetworking/AFOAuth1Client.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "AFOAuth1Client", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.7" |
| }, |
| "ios": { |
| "frameworks": [ |
| "MobileCoreServices", |
| "SystemConfiguration", |
| "Security", |
| "CoreGraphics" |
| ] |
| }, |
| "osx": { |
| "frameworks": [ |
| "CoreServices", |
| "SystemConfiguration", |
| "Security" |
| ] |
| }, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 1.3" |
| ] |
| }, |
| "prefix_header_contents": "#import <Availability.h>\n\n#define _AFNETWORKING_PIN_SSL_CERTIFICATES_\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" |
| } |