[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 1.2.1 / AFNetworking.podspec.json
blob24b7339172408465252a48d1f108cd057e15cf8a
2   "name": "AFNetworking",
3   "version": "1.2.1",
4   "license": "MIT",
5   "summary": "A delightful iOS and OS X networking framework.",
6   "homepage": "https://github.com/AFNetworking/AFNetworking",
7   "authors": {
8     "Mattt Thompson": "m@mattt.me",
9     "Scott Raymond": "sco@gowalla.com"
10   },
11   "source": {
12     "git": "https://github.com/AFNetworking/AFNetworking.git",
13     "tag": "1.2.1"
14   },
15   "source_files": "AFNetworking",
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     ]
27   },
28   "osx": {
29     "frameworks": [
30       "CoreServices",
31       "SystemConfiguration",
32       "Security"
33     ]
34   },
35   "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",
36   "deprecated_in_favor_of": "Alamofire"