blob: 663177ef9c53eddc86926af51145b6e4f4dbf705 [file] [log] [blame]
{
"name": "ObjCMixin",
"version": "0.1.0",
"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.0"
},
"requires_arc": false,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}