[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / e / blukiiSK / 1.1.1 / blukiiSK.podspec.json
blob40e0a06f360b946146c2bc85ee1284b7bcb43131
2   "name": "blukiiSK",
3   "version": "1.1.1",
4   "summary": "blukiiSK is a library for a simple authentification with the blukii SmartKey",
5   "homepage": "http://www.blukii.com/produkte/keys.html",
6   "documentation_url": "https://github.com/schneiderma/blukii_developer/tree/gh-pages/iOS/blukii-SmartKey-Framework",
7   "authors": {
8     "blukii": "support@blukii.com"
9   },
10   "source": {
11     "git": "https://github.com/lennart683/blukiiSK.git",
12     "tag": "1.1.1"
13   },
14   "ios": {
15     "source_files": "blukiiSK/blukiiSK.framework/Versions/A/Headers/*.h",
16     "vendored_frameworks": "blukiiSK/blukiiSK.framework"
17   },
18   "osx": {
19     "source_files": "blukiiSK_Mac/blukiiSK.framework/Versions/A/Headers/*.h",
20     "vendored_frameworks": "blukiiSK_Mac/blukiiSK.framework"
21   },
22   "platforms": {
23     "ios": "10.0",
24     "osx": "10.13"
25   },
26   "frameworks": "CoreBluetooth",
27   "xcconfig": {
28     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/blukiiSK\"",
29     "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/Headers/blukiiSK\""
30   },
31   "license": {
32     "type": "Apache",
33     "file": "LICENSE"
34   }