[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / e / b / c / Bonjour / 1.0.1 / Bonjour.podspec.json
blob847d50878379bf06ceef06605db782e559253e1b
2   "name": "Bonjour",
3   "version": "1.0.1",
4   "summary": "Bonjour Service for iOS and macOS.",
5   "description": "Bonjour is a little singleton service for easy communication with bonjour protocol supported devices.",
6   "homepage": "https://github.com/eugenebokhan/Bonjour",
7   "license": {
8     "type": "BSD 3-Clause",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eugene Bokhan": "eugenebokhan@protonmail.com"
13   },
14   "social_media_url": "http://twitter.com/eugenebokhan",
15   "module_name": "Bonjour",
16   "swift_version": "4.2",
17   "source": {
18     "git": "https://github.com/eugenebokhan/Bonjour.git"
19   },
20   "platforms": {
21     "ios": "12.0",
22     "osx": "10.14"
23   },
24   "source_files": "**/*.{h,m,swift}",
25   "public_header_files": "Bonjour/Bonjour/GCDAsyncSocket.h",
26   "preserve_paths": "Bonjour/Bonjour/module.map",
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "osx": {
31     "frameworks": "AppKit"
32   },
33   "xcconfig": {
34     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Bonjour/Bonjour/Bonjour/",
35     "EXPANDED_CODE_SIGN_IDENTITY": "-",
36     "EXPANDED_CODE_SIGN_IDENTITY_NAME": "-"
37   }