blob: 5022324fe7f047892898c68fd9515663320aba62 [file] [log] [blame]
{
"name": "HSRuntime",
"version": "0.0.2",
"summary": "Easy way to use Objc runtime.",
"homepage": "https://github.com/acerpeanut/HSRuntime",
"description": "It provides an API to run blocks when specific method was called, and some APIs about objc runtime.",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"黄华生": "1109244650@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/acerpeanut/HSRuntime.git",
"tag": "0.0.2"
},
"source_files": [
"HSRuntime",
"HSRuntime/**/*.{h,m,s}"
],
"exclude_files": "Classes/Exclude"
}