blob: 836c9bf1e192dbf0f4288d9293149e67e38a023a [file] [log] [blame]
{
"name": "Kaare",
"version": "1.0.0",
"summary": "Cross platform reactive communication channel between JavaScript and native code",
"description": "Kaare allows communication between native code and JavaScript inside JavaScriptCore, UIWebView or even static HTML page",
"homepage": "https://github.com/artemyarulin/Kaare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artem Yarulin": "artem.yarulin@fessguid.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/artemyarulin/Kaare.git",
"tag": "1.0.0"
},
"source_files": [
"iOS/Kaare/Kaare.{h,m}",
"iOS/Kaare/Transports/*.{h,m}"
],
"resource_bundles": {
"Kaare": [
"js/build/kaare.js",
"js/build/kaare.full.js"
]
},
"public_header_files": [
"iOS/Kaare/Kaare.h",
"iOS/Kaare/Transports/*.h"
],
"frameworks": "JavaScriptCore",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 2.3.1"
]
}
}