[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 7 / c / 8 / DLSFTPClient / 1.0.0 / DLSFTPClient.podspec.json
blobab3053ca8ed00782e6d87fd5bc285c35bf58d8c1
2   "name": "DLSFTPClient",
3   "version": "1.0.0",
4   "summary": "DLSFTPClient is an SFTP Client library  for iOS, using libssh2",
5   "homepage": "https://github.com/dleehr/DLSFTPClient",
6   "social_media_url": "https://twitter.com/leehro",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dan Leehr": "dan@hammockdistrict.com"
13   },
14   "source": {
15     "git": "https://github.com/dleehr/DLSFTPClient.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "5.1.1"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "DLSFTPClient/Classes/*.{h,m}",
24     "DLSFTPClient/Libraries/include/**/*.h"
25   ],
26   "vendored_libraries": [
27     "DLSFTPClient/Libraries/lib/libssh2.a",
28     "DLSFTPClient/Libraries/lib/libssl.a",
29     "DLSFTPClient/Libraries/lib/libcrypto.a"
30   ],
31   "libraries": "z",
32   "frameworks": [
33     "Foundation",
34     "CFNetwork"
35   ]