blob: 86ef0a41bb1ccc6b24abb0def2bcfdea10cebb8f [file] [log] [blame]
{
"name": "GZ-NMSSH",
"version": "4.0.0",
"summary": "NMSSH is a clean, easy-to-use, unit tested framework for iOS and OSX that wraps libssh2.",
"homepage": "https://github.com/gaetanzanella/NMSSH",
"license": "MIT",
"authors": {
"Christoffer Lejdborg": "hello@9muses.se",
"Tommaso Madonia": "tommaso@madonia.me"
},
"source": {
"git": "https://github.com/gaetanzanella/NMSSH.git",
"tag": "4.0.0"
},
"requires_arc": true,
"source_files": [
"NMSSH",
"NMSSH/**/*.{h,m}"
],
"private_header_files": "NMSSH/Config/*.h",
"libraries": "z",
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": "CFNetwork",
"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"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}