[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / a / 4 / NMSSH / 2.2.1 / NMSSH.podspec.json
blobbae990fe9f614fd4e1054edecad1fe4638227032
2   "name": "NMSSH",
3   "version": "2.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": "tommaso@madonia.me"
10   },
11   "source": {
12     "git": "https://github.com/Lejdborg/NMSSH.git",
13     "tag": "2.2.1"
14   },
15   "requires_arc": true,
16   "source_files": [
17     "NMSSH",
18     "NMSSH/**/*.{h,m}"
19   ],
20   "libraries": "z",
21   "platforms": {
22     "ios": "5.0",
23     "osx": "10.7"
24   },
25   "ios": {
26     "frameworks": "CFNetwork",
27     "vendored_libraries": [
28       "NMSSH-iOS/Libraries/lib/libssh2.a",
29       "NMSSH-iOS/Libraries/lib/libssl.a",
30       "NMSSH-iOS/Libraries/lib/libcrypto.a"
31     ],
32     "source_files": [
33       "NMSSH-iOS",
34       "NMSSH-iOS/**/*.h"
35     ]
36   },
37   "osx": {
38     "libraries": [
39       "ssl",
40       "crypto"
41     ],
42     "vendored_libraries": "NMSSH-OSX/Libraries/lib/libssh2.a",
43     "source_files": [
44       "NMSSH-OSX",
45       "NMSSH-OSX/**/*.h"
46     ]
47   },
48   "xcconfig": {
49     "OTHER_LDFLAGS": "-ObjC"
50   }