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