[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 3 / 1 / 7 / AFOAuth1Client / 0.3.2 / AFOAuth1Client.podspec.json
blob5edec50b1622e38581e47777359cf45a6819cb7f
2   "name": "AFOAuth1Client",
3   "version": "0.3.2",
4   "summary": "AFNetworking Extension for OAuth 1.0a Authentication.",
5   "homepage": "https://github.com/AFNetworking/AFOAuth1Client",
6   "license": "MIT",
7   "authors": {
8     "Mattt Thompson": "m@mattt.me"
9   },
10   "source": {
11     "git": "https://github.com/AFNetworking/AFOAuth1Client.git",
12     "tag": "0.3.2"
13   },
14   "source_files": "AFOAuth1Client",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "ios": {
21     "frameworks": [
22       "MobileCoreServices",
23       "SystemConfiguration",
24       "Security",
25       "CoreGraphics"
26     ]
27   },
28   "osx": {
29     "frameworks": [
30       "CoreServices",
31       "SystemConfiguration",
32       "Security"
33     ]
34   },
35   "dependencies": {
36     "AFNetworking": [
37       "~> 1.3"
38     ]
39   },
40   "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"