blob: 553fcfd6e9a0b9577e2b28ee2e0e487b8c457aa5 [file] [log] [blame]
{
"name": "GCDThreadsafe",
"version": "0.0.1",
"platforms": {
"ios": "6.1",
"osx": "10.8"
},
"authors": {
"bryn austin bellomy": "bryn@signals.io"
},
"summary": "Easy threadsafeing + the performance of Grand Central Dispatch.",
"homepage": "http://github.com/brynbellomy/GCDThreadsafe",
"license": {
"type": "WTFPL",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/brynbellomy/GCDThreadsafe.git",
"tag": "v0.0.1",
"submodules": true
},
"requires_arc": true,
"source_files": "GCDThreadsafe/*.{m,h}",
"xcconfig": {
"CLANG_ENABLE_MODULES": "YES"
},
"dependencies": {
"libextobjc": [
"~> 0.2.5"
]
}
}