blob: a9bf3e415533d631b15aae374efe42d025f4fdbb [file] [log] [blame]
{
"name": "TCPIP",
"version": "0.1",
"license": "MIT",
"summary": "TCP/IP for Swift 2 (Linux ready)",
"homepage": "https://github.com/Zewo/TCPIP",
"authors": {
"Paulo Faria": "paulo.faria.rl@gmail.com"
},
"source": {
"git": "https://github.com/Zewo/TCPIP.git",
"tag": "0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Dependencies/Tide/*.c",
"TCPIP/**/*.swift"
],
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/TCPIP/Dependencies"
},
"preserve_paths": "Dependencies/*",
"requires_arc": true
}