[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / b / c / Bonjour / 1.0 / Bonjour.podspec.json
blobe3cf5da88bec52655e5f1c6441fe82e297221acd
2   "name": "Bonjour",
3   "version": "1.0",
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     "tag": "v1.0"
20   },
21   "platforms": {
22     "ios": "12.0",
23     "osx": "10.14"
24   },
25   "source_files": "**/*.{h,m,swift}",
26   "public_header_files": "Bonjour/Bonjour/GCDAsyncSocket.h",
27   "preserve_paths": "Bonjour/Bonjour/module.map",
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "frameworks": "AppKit"
33   },
34   "xcconfig": {
35     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Bonjour/Bonjour/Bonjour/",
36     "EXPANDED_CODE_SIGN_IDENTITY": "-",
37     "EXPANDED_CODE_SIGN_IDENTITY_NAME": "-"
38   }