blob: f1cfa0f17237d4f81d7e1d691f7beba3a232b498 [file] [log] [blame]
{
"name": "BCVersionCheck",
"version": "1.0.0",
"summary": "Easy major Version check cateogory.",
"description": "Don't bother any longer with hard to write Version checks. Check for the major Version of the current iOS Version via the Major Version.",
"homepage": "https://github.com/basecom/BCVersionCheck",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marius Landwehr": "landwehr@basecom.de"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/basecom/BCVersionCheck.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}