blob: 5c56251a91cc9f1f5003eaf51665c05e049e80fb [file] [log] [blame]
{
"name": "MMMutableMethods",
"version": "0.0.1",
"summary": "Anonymous classes for Objective-C",
"description": " Simple library to declare anonimous classes in Objective-C runtime,\n override methods for instances of classes and add methods for instances of classes.\n",
"homepage": "https://github.com/Flanker4/MMMutableMethods",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Flanker4": "_flanker_@mail.ru"
},
"source": {
"git": "https://github.com/Flanker4/MMMutableMethods.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"MMAnonymousClass/**/*.{h,m}"
],
"requires_arc": true
}