blob: 51f7cdfceda0225d7dd2d3f474a29328ca6c25e5 [file] [log] [blame]
{
"name": "NMSSH",
"version": "2.2.5",
"summary": "NMSSH is a clean, easy-to-use, unit tested framework for iOS and OSX that wraps libssh2.",
"homepage": "https://github.com/NMSSH/NMSSH",
"license": "MIT",
"authors": {
"Christoffer Lejdborg": "hello@9muses.se",
"Tommaso Madonia": "tommaso@madonia.me"
},
"source": {
"git": "https://github.com/NMSSH/NMSSH.git",
"tag": "2.2.5"
},
"requires_arc": true,
"platforms": {
"osx": "10.7",
"ios": "7.0"
},
"source_files": [
"NMSSH",
"NMSSH/**/*.{h,m}"
],
"public_header_files": [
"NMSSH/*.h",
"NMSSH/Protocols/*.h",
"NMSSH/Config/NMSSHLogger.h"
],
"private_header_files": [
"NMSSH/Config/NMSSH+Protected.h",
"NMSSH/Config/socket_helper.h"
],
"libraries": "z",
"frameworks": "CFNetwork",
"ios": {
"vendored_libraries": [
"NMSSH-iOS/Libraries/lib/libssh2.a",
"NMSSH-iOS/Libraries/lib/libssl.a",
"NMSSH-iOS/Libraries/lib/libcrypto.a"
],
"source_files": [
"NMSSH-iOS",
"NMSSH-iOS/**/*.h"
],
"public_header_files": "NMSSH-iOS/**/*.h"
},
"osx": {
"vendored_libraries": [
"NMSSH-OSX/Libraries/lib/libssh2.a",
"NMSSH-OSX/Libraries/lib/libssl.a",
"NMSSH-OSX/Libraries/lib/libcrypto.a"
],
"source_files": [
"NMSSH-OSX",
"NMSSH-OSX/**/*.h"
],
"public_header_files": "NMSSH-OSX/**/*.h"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}