[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / 3 / e / Backand-iOS-SDK / 0.1.0 / Backand-iOS-SDK.podspec.json
blob4ae5f78f4f834464c347ffb615db4a97da156db0
2   "name": "Backand-iOS-SDK",
3   "module_name": "Backand",
4   "version": "0.1.0",
5   "summary": "A Backand SDK for iOS.",
6   "description": "A simple SDK for interacting with the Backand REST API for iOS, written in Swift.",
7   "homepage": "https://github.com/jakelawson1/Backand-iOS-SDK",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jake Lawson": "jakelawson1@hotmail.com"
14   },
15   "source": {
16     "git": "https://github.com/jakelawson1/Backand-iOS-SDK.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Source/**",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "Alamofire": [
26       "~> 3.4"
27     ],
28     "SwiftKeychainWrapper": [
30     ]
31   }