blob: 79b03dc1c8e13f7811d46f59d910cb4839344f15 [file] [log] [blame]
{
"name": "Ponto",
"version": "0.1.0",
"summary": "Ponto is comunication bridge between HTML and Native.",
"description": " Ponto is comunication bridge between HTML and Native.\n With Ponto you can call native methods from JS inside WebView, or call JS methods from native code.\n",
"homepage": "https://github.com/Wikia/ponto",
"license": "MIT",
"authors": {
"Grzegorz Nowicki": "grzegorz@wikia-inc.com"
},
"platforms": {
"ios": "6.1"
},
"source_files": "ios/Ponto/PontoLib/*.{h,m}",
"source": {
"git": "https://github.com/Wikia/ponto.git",
"tag": "0.1.0"
},
"requires_arc": true
}