[Add] NetKernel 1.1.4
[CocoaPods.git] / Specs / 4 / 8 / 7 / TCPIP / 0.1 / TCPIP.podspec.json
bloba9bf3e415533d631b15aae374efe42d025f4fdbb
2   "name": "TCPIP",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "TCP/IP for Swift 2 (Linux ready)",
6   "homepage": "https://github.com/Zewo/TCPIP",
7   "authors": {
8     "Paulo Faria": "paulo.faria.rl@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Zewo/TCPIP.git",
12     "tag": "0.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source_files": [
19     "Dependencies/Tide/*.c",
20     "TCPIP/**/*.swift"
21   ],
22   "xcconfig": {
23     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/TCPIP/Dependencies"
24   },
25   "preserve_paths": "Dependencies/*",
26   "requires_arc": true