blob: 47b23e666ec11f0c7e1213a724d659053ce5944c [file] [log] [blame]
{
"name": "VLBFoundation",
"version": "1.0",
"summary": "A library of classes used throughout the codebase of verylargebox.app",
"homepage": "https://github.com/qnoid/VLBFoundation",
"license": "MIT",
"authors": {
"Markos Charatzas": "markos@qnoid.com"
},
"source": {
"git": "https://github.com/qnoid/VLBFoundation.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "VLBFoundation/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}