blob: 0d0fb45205d2fc0ce5af84c6915b320e8c992c86 [file] [log] [blame]
{
"name": "Kaare-Platform",
"version": "1.0.0",
"summary": "Kaare extensions which provides access to native OS functionality like: HttpRequest and XPath",
"description": "Provides wrappers around native functions for iOS which you can use through Kaare from your JavaScript logic",
"homepage": "https://github.com/artemyarulin/Kaare-Platform",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artem Yarulin": "artem.yarulin@fessguid.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/artemyarulin/Kaare-Platform.git",
"tag": "1.0.0"
},
"source_files": [
"iOS/Kaare-Platform/KaarePlatform.{h,m}",
"iOS/Kaare-Platform/Modules/*.{h,m}"
],
"resource_bundles": {
"KaarePlatform": [
"js/build/kaare.platform.js"
]
},
"public_header_files": "iOS/Kaare-Platform/KaarePlatform.h",
"frameworks": "JavaScriptCore",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 2.3.1"
],
"GDataXML-HTML": [
"~> 1.1"
],
"Kaare": [
"~> 1.0.0"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}