[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 6 / f / b / SZNetworking / 0.4 / SZNetworking.podspec.json
blob8d6bf1c79735f707906c52990c91aef897b9abb3
2   "name": "SZNetworking",
3   "version": "0.4",
4   "summary": "Similar to AFNetworking, with a slightly different architecture, fewer features and a lot less code.",
5   "description": "SZNetworking is meant to be (nearly) the bare minimum you need to create http requests and manage NSMutableURLRequests through NSOperation and NSOperationQueue",
6   "homepage": "https://github.com/socialize/socialize-networking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "David Jedeikin": "djedeikin@sharethis.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "dependencies": {
18     "OAuthCore": [
20     ]
21   },
22   "source": {
23     "git": "https://github.com/socialize/socialize-networking.git",
24     "tag": "0.4"
25   },
26   "source_files": [
27     "Classes",
28     "SZNetworking/**/*.{h,m}"
29   ],
30   "requires_arc": false