blob: 6d1713000c05d2e639ad14e76b537ace73a0a29d [file] [log] [blame]
{
"name": "MAGBehavior",
"version": "0.0.3",
"summary": "Behavior pattern implementation from MadAppGang.",
"description": " MAGBehavior is Behaviur pattern classes to help organise the code.\n\n more about it here:\n http://www.objc.io/issue-13/behaviors.html\n\n",
"homepage": "http://git.madappgang.com/madappgang/magbehavior",
"license": "MIT",
"authors": {
"Ievgen Rudenko": "i@madappgang.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "http://git.madappgang.com/madappgang/magbehavior.git",
"tag": "0.0.3"
},
"source_files": [
"MAGBehavior",
"MAGBehavior/**/*.{h,m}"
],
"requires_arc": true
}