blob: e913cdcdb11bc5fed68c19a88821d011f166add0 [file] [log] [blame]
{
"name": "MAGBehavior",
"version": "0.1.5",
"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.1.5"
},
"source_files": [
"MAGBehavior",
"MAGBehavior/**/*.{h,m}"
],
"requires_arc": true
}