[Add] HXPhotoPicker 4.2.4
[CocoaPods.git] / Specs / e / f / a / SecucardConnectSDK / 0.2.19 / SecucardConnectSDK.podspec.json
blob653cb4bc8da6495e34d4cfeba67ddff518670c56
2   "name": "SecucardConnectSDK",
3   "version": "0.2.19",
4   "summary": "Standard API for communication with the secucard infrastructure",
5   "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.",
6   "homepage": "http://www.secucard.com/",
7   "license": {
8     "type": "Apache 2",
9     "file": "LICENSE"
10   },
11   "authors": "Jörn Schmidt",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/secucard/secucard-connect-ios-sdk.git",
18     "tag": "0.2.19"
19   },
20   "source_files": [
21     "Classes",
22     "Pod/**/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "dependencies": {
26     "AFNetworking": [
27       "2.6.0"
28     ],
29     "Mantle": [
30       "2.0.5"
31     ],
32     "CocoaAsyncSocket": [
33       "7.4.2"
34     ]
35   }