blob: 4339547dedee510d535b82b255668ffe915820f4 [file] [log] [blame]
{
"name": "SecucardConnectSDK",
"version": "0.2.23",
"summary": "Standard API for communication with the secucard infrastructure",
"description": "The Secucard Connect SDK offers a standard API for communication with the secucard infrastructure. An app developer can use the standard services to fetch data, start transactions and alike. For a detailed use-case check out the Example app.",
"homepage": "http://www.secucard.com/",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": "Jörn Schmidt",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/secucard/secucard-connect-ios-sdk.git",
"tag": "0.2.23"
},
"source_files": [
"Classes",
"Pod/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
],
"Mantle": [
"2.0.7"
],
"CocoaAsyncSocket": [
"7.4.3"
]
}
}