blob: 67b92bcf9b3e666dbb7b3c6b822e356364290008 [file] [log] [blame]
{
"name": "KLinker",
"version": "0.0.4",
"summary": "A simpler router for web urls and native controllers.",
"description": "A simple router for web urls and native controllers, sothat through a url can reach sepcified annotation in app.",
"homepage": "https://github.com/VeryLeung/KLinker/wiki",
"license": "MIT",
"authors": {
"Very": "liang.yellow@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/VeryLeung/KLinker.git",
"tag": "0.0.4"
},
"source_files": [
"KLinker",
"KLinker/**/*.{h,m}"
],
"requires_arc": true
}