blob: 9bfa380e23b90ec4740fb507246fade50428d1fa [file] [log] [blame]
{
"name": "MRWorker",
"version": "1.0.0",
"summary": "Tiny Objective-C library for command-line program interaction.",
"homepage": "https://github.com/marcransome/MRWorker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marc Ransome": "marc.ransome@fidgetbox.co.uk"
},
"source": {
"git": "https://github.com/marcransome/MRWorker.git",
"tag": "1.0.0"
},
"platforms": {
"osx": "10.7"
},
"source_files": "MRWorker/*.{h,m}",
"exclude_files": [
"MRWorker/MRAppDelegate.{h,m}",
"MRWorker/main.m"
],
"requires_arc": true,
"social_media_url": "https://twitter.com/marcransome"
}