[Add] TensorFlowLiteSwift 0.0.1-nightly.20241231
[CocoaPods.git] / Specs / e / b / 0 / FSNetworking / 0.0.1 / FSNetworking.podspec.json
blob2d2d3d52f7a13be6e46496f277105da4b077e08f
2   "name": "FSNetworking",
3   "version": "0.0.1",
4   "summary": "FSNetworking is a small library for HTTP networking on iOS.",
5   "description": "FSNetworking is a small library for HTTP networking on iOS. It comprises a single class, FSNConnection, and several small Cocoa Foundation categories. FSNConnection uses NSConnection, blocks, and NSConnection's operation queue delegate or GCD.\n",
6   "homepage": "https://github.com/foursquare/FSNetworking",
7   "license": {
8     "type": "Apache",
9     "file": "license.txt"
10   },
11   "authors": {
12     "Bryan Bonczek": "bryan@foursquare.com"
13   },
14   "source": {
15     "git": "https://github.com/foursquare/FSNetworking.git",
16     "commit": "c55651c86293f8415a57aa9e0e720c2311e820b7"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "src",
22   "exclude_files": "FSNDemo-*",
23   "requires_arc": true