blob: 9062fbe3fd07852963df0cdf50ffb1494eb9bc41 [file] [log] [blame]
{
"name": "ICMethodDigger",
"version": "1.0.2",
"summary": "An easy way to print almost methods including private methods (supported arm64 architecture devices).",
"homepage": "https://github.com/iiiCeBlink/ICMethodDigger",
"license": "MIT",
"authors": {
"iiiCeBlink": "zakariyyasv@gmail.com"
},
"source": {
"git": "https://github.com/iiiCeBlink/ICMethodDigger.git",
"tag": "1.0.2"
},
"source_files": [
"ICMethodDigger/Source/*.{h,m,s}",
"ICMethodDigger/Source/PublicHeader/*.h"
],
"module_name": "ICMethodDigger",
"private_header_files": "ICMethodDigger/Source/*.h",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"VALID_ARCHS": "\"arm64\""
}
}