blob: 16aabba2b9673e53c66d4826f880cf9da09a43ce [file] [log] [blame]
{
"name": "Do",
"version": "0.8.2",
"summary": "A Swift-er way to do GCD-related things.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"social_media_url": "https://twitter.com/mhuusko5",
"homepage": "https://github.com/mhuusko5/Do",
"source": {
"git": "https://github.com/mhuusko5/Do.git",
"tag": "0.8.2"
},
"requires_arc": true,
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"default_subspecs": "2.0",
"subspecs": [
{
"name": "1.2",
"source_files": "Do-1.2.swift"
},
{
"name": "2.0",
"source_files": "Do-2.0.swift"
}
]
}