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