blob: 45f8e8a1d52f01bfd5793064da3e707dbc90d5f4 [file] [log] [blame]
{
"name": "Brisk",
"version": "2.3.2",
"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": "2.3.2"
},
"source_files": "Brisk/*.swift",
"requires_arc": true,
"xcconfig": {
"SWIFT_VERSION": "2.3"
}
}