blob: e4ec93daa3ec750e447fa6e238c7d32492c63f11 [file] [log] [blame]
{
"name": "ObjCMixin",
"version": "0.1.1",
"summary": "Add @module and @mixin to Object-C.",
"description": " This pod provides several macros to implement mixins in Object-C.\n",
"homepage": "https://github.com/huandu/ObjCMixin",
"license": "MIT",
"authors": {
"Huan Du": "i@huandu.me"
},
"source": {
"git": "https://github.com/huandu/ObjCMixin.git",
"tag": "0.1.1"
},
"requires_arc": false,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/ObjCMixin.h"
}