blob: 180bcfee688cbc257fa0b10d113ed2dc21e6ed05 [file] [log] [blame]
{
"name": "NMSSH",
"version": "1.2.1",
"summary": "NMSSH is a clean, easy-to-use, unit tested framework for iOS and OSX that wraps libssh2.",
"homepage": "https://github.com/Lejdborg/NMSSH",
"license": "MIT",
"authors": {
"Christoffer Lejdborg": "hello@9muses.se",
"Tommaso Madonia": "frugghi@gmail.com",
"@Shirk": "",
"Endika GutiƩrrez": "me@endika.net"
},
"source": {
"git": "https://github.com/Lejdborg/NMSSH.git",
"tag": "1.2.1"
},
"source_files": [
"NMSSH",
"NMSSH/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"libraries": [
"z",
"ssl",
"ssh2",
"crypto"
],
"ios": {
"source_files": [
"NMSSH-iOS",
"NMSSH-iOS/**/*.h"
],
"preserve_paths": "NMSSH-iOS"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/NMSSH/NMSSH-iOS/Libraries/lib\""
}
}