[Add] Backpack-SwiftUI 73.18.0
[CocoaPods.git] / Specs / 6 / f / b / SZNetworking / 0.3 / SZNetworking.podspec.json
blobf4bc6c622793aaa6215b176d4f127d717ee4490e
2   "name": "SZNetworking",
3   "version": "0.3",
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.3"
25   },
26   "source_files": [
27     "Classes",
28     "SZNetworking/**/*.{h,m}"
29   ],
30   "requires_arc": false