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