[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 0.5.1 / AFNetworking.podspec.json
blob0acc120a466db53165e07ed9d1ca0080bbbd4fe7
2   "name": "AFNetworking",
3   "version": "0.5.1",
4   "license": "MIT",
5   "summary": "A delightful iOS networking library with NSOperations and block-based callbacks.",
6   "homepage": "https://github.com/gowalla/AFNetworking",
7   "authors": {
8     "Gowalla": "live@gowalla.com"
9   },
10   "source": {
11     "git": "https://github.com/gowalla/AFNetworking.git",
12     "tag": "0.5.1"
13   },
14   "ios": {
15     "source_files": "AFNetworking"
16   },
17   "osx": {
18     "source_files": [
19       "AFNetworking/AFHTTPRequestOperation.h",
20       "AFNetworking/AFJSONRequestOperation.h",
21       "AFNetworking/NSData+AFNetworking.h",
22       "AFNetworking/NSMutableURLRequest+AFNetworking.h",
23       "AFNetworking/NSString+AFNetworking.h"
24     ]
25   },
26   "libraries": "z",
27   "dependencies": {
28     "JSONKit": [
30     ]
31   },
32   "requires_arc": false,
33   "deprecated_in_favor_of": "Alamofire",
34   "platforms": {
35     "osx": null,
36     "ios": null,
37     "tvos": null,
38     "watchos": null
39   }