[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / b / 8 / SFNetworkKit / 0.0.1 / SFNetworkKit.podspec.json
blob55e757abbe830aa1989810d3e53cdaf6fa5dd1cb
2   "name": "SFNetworkKit",
3   "version": "0.0.1",
4   "summary": "SFNetworkKit: Core networking and API functionality for Scalefocus iOS apps.",
5   "description": "SFNetworkKit is a library that includes, networking and API functionality for Scalefocus iOS projects.",
6   "homepage": "https://github.com/scalefocus/SFNetworkKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ASPetrov": "aleksandar.spetrov@scalefocus.com"
13   },
14   "source": {
15     "git": "https://github.com/scalefocus/SFNetworkKit.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "SFNetworkKit/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 5.2.0"
25     ]
26   },
27   "swift_versions": [
28     "5.1",
29     "5.2"
30   ],
31   "swift_version": "5.2"