[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 7 / c / 8 / DLSFTPClient / 1.0.1 / DLSFTPClient.podspec.json
blobf5014ce258b3c69714f109d68795e3c6d5c91647
2   "name": "DLSFTPClient",
3   "version": "1.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "6.0"
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   ]