[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 4 / 2 / winguSDK-iOS / 0.6.8 / winguSDK-iOS.podspec.json
blobc7f93445cf50e2b50a7177a5f189732635fb3857
2   "name": "winguSDK-iOS",
3   "version": "0.6.8",
4   "summary": "iOS SDK for wingu.de",
5   "description": "winguSDK is an iOS SDK for wingu.de service. This framework will allow you to connect with beacons and geofences nearby user location.",
6   "homepage": "https://github.com/Speicher210/wingu-sdk-ios-demoapp",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wingu AG": "jakub.mazur@wingu.de"
13   },
14   "source": {
15     "git": "https://github.com/Speicher210/wingu-sdk-ios-demoapp.git",
16     "tag": "0.6.8"
17   },
18   "social_media_url": "https://twitter.com/wingude",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": "SDK",
23   "dependencies": {
24     "RSBarcodes_Swift": [
26     ],
27     "AudioPlayer": [
29     ],
30     "Nuke": [
32     ],
33     "SwiftyMarkdown": [
35     ],
36     "youtube-ios-player-helper": [
38     ],
39     "SKPhotoBrowser": [
41     ]
42   },
43   "xcconfig": {
44     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/winguSDK\"",
45     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/winguSDK\""
46   },
47   "pushed_with_swift_version": "3.0",
48   "deprecated": true,
49   "subspecs": [
50     {
51       "name": "SDK",
52       "platforms": {
53         "ios": "9.0"
54       },
55       "ios": {
56         "vendored_frameworks": "winguSDK.framework"
57       },
58       "xcconfig": {
59         "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
60         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
61         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)"
62       },
63       "preserve_paths": "winguSDK.framework"
64     }
65   ]