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