[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / a / 4 / NMSSH / 1.2.1 / NMSSH.podspec.json
blob180bcfee688cbc257fa0b10d113ed2dc21e6ed05
2   "name": "NMSSH",
3   "version": "1.2.1",
4   "summary": "NMSSH is a clean, easy-to-use, unit tested framework for iOS and OSX that wraps libssh2.",
5   "homepage": "https://github.com/Lejdborg/NMSSH",
6   "license": "MIT",
7   "authors": {
8     "Christoffer Lejdborg": "hello@9muses.se",
9     "Tommaso Madonia": "frugghi@gmail.com",
10     "@Shirk": "",
11     "Endika GutiĆ©rrez": "me@endika.net"
12   },
13   "source": {
14     "git": "https://github.com/Lejdborg/NMSSH.git",
15     "tag": "1.2.1"
16   },
17   "source_files": [
18     "NMSSH",
19     "NMSSH/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "5.0",
24     "osx": "10.7"
25   },
26   "libraries": [
27     "z",
28     "ssl",
29     "ssh2",
30     "crypto"
31   ],
32   "ios": {
33     "source_files": [
34       "NMSSH-iOS",
35       "NMSSH-iOS/**/*.h"
36     ],
37     "preserve_paths": "NMSSH-iOS"
38   },
39   "xcconfig": {
40     "OTHER_LDFLAGS": "-ObjC",
41     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/NMSSH/NMSSH-iOS/Libraries/lib\""
42   }