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