[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / e / 6 / CHBase-iOS-SDK-with-BankID / 0.0.2 / CHBase-iOS-SDK-with-BankID.podspec.json
blob9fb522d00ca33c082d6c7ee76ec865d4f3924fc8
2   "name": "CHBase-iOS-SDK-with-BankID",
3   "version": "0.0.2",
4   "summary": "CHBase iOS SDK - Extended for use with Swedish BankID",
5   "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.",
6   "homepage": "https://github.com/mtlhd/chbase-ios-sdk",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Henrik Söderqvist": "henrik.soderqvist@capgemini.com"
10   },
11   "social_media_url": "http://twitter.com/henkesoderqvist",
12   "platforms": {
13     "ios": "4.0"
14   },
15   "source": {
16     "git": "https://github.com/mtlhd/chbase-ios-sdk.git",
17     "tag": "v0.0.2"
18   },
19   "source_files": "HVMobile_VNext-master/HVLib/**/*.{h,m}",
20   "frameworks": [
21     "SystemConfiguration",
22     "UIKit",
23     "Foundation",
24     "Security"
25   ],
26   "libraries": "xml2",
27   "requires_arc": false,
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(inherited) $(SDKROOT)/usr/include/libxml2",
30     "OTHER_LDFLAGS": "\"-lxml2\"",
31     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
32   }