blob: 9fb522d00ca33c082d6c7ee76ec865d4f3924fc8 [file] [log] [blame]
{
"name": "CHBase-iOS-SDK-with-BankID",
"version": "0.0.2",
"summary": "CHBase iOS SDK - Extended for use with Swedish BankID",
"description": "This project is derived from V2 of HVMobile Library - https://github.com/microsoft-hsg/HVMobile_VNext. In addition to supporting CHBase, this SDK supports the latest version of HealthVault, including its Methods and Datatypes and is actively maintained.\nThis is a fork of CHBase iOS SDK that adds support for launching the BankID application from within the an application using this SDK, this is an adaptation for the Swedish market.",
"homepage": "https://github.com/mtlhd/chbase-ios-sdk",
"license": "Apache License, Version 2.0",
"authors": {
"Henrik Söderqvist": "henrik.soderqvist@capgemini.com"
},
"social_media_url": "http://twitter.com/henkesoderqvist",
"platforms": {
"ios": "4.0"
},
"source": {
"git": "https://github.com/mtlhd/chbase-ios-sdk.git",
"tag": "v0.0.2"
},
"source_files": "HVMobile_VNext-master/HVLib/**/*.{h,m}",
"frameworks": [
"SystemConfiguration",
"UIKit",
"Foundation",
"Security"
],
"libraries": "xml2",
"requires_arc": false,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) $(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "\"-lxml2\"",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}