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