blob: e086dc285689aea3109a079cc8c94b12ad16a57b [file] [log] [blame]
{
"name": "Invoker",
"version": "1.1",
"summary": "Objective-C Invoker.",
"description": "Eeay way to call private Method",
"homepage": "https://github.com/silence0201/Invoker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silence": "374619540@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/silence0201/Invoker.git",
"tag": "1.1"
},
"source_files": [
"Invoker",
"Invoker/**/*.{h,m}"
],
"exclude_files": "Invoker/Exclude",
"public_header_files": "Invoker/**/*.h",
"requires_arc": true,
"deprecated": true
}