blob: 16c52f8917b9255f0ee6007b0fe5b9efc0fad018 [file] [log] [blame]
{
"name": "Picidae",
"version": "0.1.0",
"summary": "Picidae is a bridge for JavaScript interaction",
"description": "Picidae is a bridge for JavaScript interaction.You can check demo to learn the process of interaction between JavaScript and NativeCode.",
"homepage": "https://github.com/Neojoke/Picidae.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Neo": "394570610@qq.com"
},
"source": {
"git": "https://github.com/Neojoke/Picidae.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Picidae/Classes/**/*",
"frameworks": [
"UIKit",
"JavaScriptCore"
]
}