blob: ab2e645a4038bdf330accdcf6fa0bbb68286e9b7 [file] [log] [blame]
{
"name": "NSDispatch",
"version": "1.0.1",
"summary": "An Objective-C wrapper for libdispatch, named using Cocoa API convention.",
"homepage": "https://github.com/roonieone/NSDispatch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"roonieone": "malstrommark@gmail.com"
},
"source": {
"git": "https://github.com/roonieone/NSDispatch.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/markmalstrom",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "NSDispatch/Classes/**/*"
}