blob: c3d69fd775c3f0b8a3cca8c3d4ec545701a55cc7 [file] [log] [blame]
{
"name": "Brisk",
"version": "3.0.0",
"summary": "Concise concurrency manipulation for Swift",
"description": "Concise concurrency manipulation for Swift: completionHandler+>>()",
"homepage": "https://github.com/jmfieldman/Brisk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Fieldman": "jason@fieldman.org"
},
"social_media_url": "http://fieldman.org",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/jmfieldman/Brisk.git",
"tag": "3.0.0"
},
"source_files": "Brisk/*.swift",
"requires_arc": true,
"xcconfig": {
"SWIFT_VERSION": "3.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Brisk/*.swift"
},
{
"name": "Swift2",
"source_files": "Brisk/Swift2/*.swift",
"dependencies": {
"Brisk/Core": [
]
}
}
]
}