[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 1.2.0 / AFNetworking.podspec.json
blobdba10cf23139808c0f679e3afc448cbe66b08959
2   "name": "AFNetworking",
3   "version": "1.2.0",
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.0"
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     ]
26   },
27   "osx": {
28     "frameworks": [
29       "CoreServices",
30       "SystemConfiguration"
31     ]
32   },
33   "prefix_header_contents": "#ifdef __OBJC__\n#import <Availability.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",
34   "deprecated_in_favor_of": "Alamofire"