[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 3 / 2 / PubNub / 5.2.0 / PubNub.podspec.json
blobac2a49cb1eb04b632206c1c4674511fcfc26f233
2   "name": "PubNub",
3   "version": "5.2.0",
4   "summary": "The PubNub Real-Time Network. Build real-time apps quickly and scale them globally.",
5   "homepage": "https://github.com/pubnub/objective-c",
6   "authors": {
7     "PubNub, Inc.": "support@pubnub.com"
8   },
9   "social_media_url": "https://twitter.com/pubnub",
10   "source": {
11     "git": "https://github.com/pubnub/objective-c.git",
12     "tag": "v5.2.0"
13   },
14   "platforms": {
15     "ios": "14.0",
16     "watchos": "7.0",
17     "osx": "11.00",
18     "tvos": "14.0"
19   },
20   "requires_arc": true,
21   "libraries": "z",
22   "default_subspecs": "Core",
23   "license": {
24     "type": "MIT",
25     "text": "            PubNub Software Development Kit License Agreement\n            Copyright © 2023 PubNub Inc. All rights reserved.\n\n            Subject to the terms and conditions of the license, you are hereby granted\n            a non-exclusive, worldwide, royalty-free license to (a) copy and modify\n            the software in source code or binary form for use with the software services\n            and interfaces provided by PubNub, and (b) redistribute unmodified copies\n            of the software to third parties. The software may not be incorporated in\n            or used to provide any product or service competitive with the products\n            and services of PubNub.\n\n            The above copyright notice and this license shall be included\n            in or with all copies or substantial portions of the software.\n\n            This license does not grant you permission to use the trade names, trademarks,\n            service marks, or product names of PubNub, except as required for reasonable\n            and customary use in describing the origin of the software and reproducing\n            the content of this license.\n\n            THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF\n            ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n            MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO\n            EVENT SHALL PUBNUB OR THE AUTHORS OR COPYRIGHT HOLDERS OF THE SOFTWARE BE\n            LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n            CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n            SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n            https://www.pubnub.com/\n            https://www.pubnub.com/terms\n"
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "PubNub/{Core,Data,Modules,Misc,Network}/**/*",
32         "PubNub/PubNub.h"
33       ],
34       "private_header_files": [
35         "PubNub/**/*Private.h",
36         "PubNub/Data/{PNEnvelopeInformation}.h",
37         "PubNub/Data/Managers/**/*.h",
38         "PubNub/Data/Models/PNXML.h",
39         "PubNub/Data/Service Objects/PNGenerateFileUploadURLStatus.h",
40         "PubNub/Misc/{PNConstants,PNPrivateStructures}.h",
41         "PubNub/Misc/Helpers/{PNArray,PNChannel,PNData,PNDate,PNDictionary,PNGZIP,PNHelpers,PNJSON,PNLockSupport,PNNumber,PNString,PNURLRequest}.h",
42         "PubNub/Misc/Logger/PNLogMacro.h",
43         "PubNub/Misc/Logger/Data/*.h",
44         "PubNub/Misc/Protocols/{PNKeyValueStorageProtocol,PNParser}.h",
45         "PubNub/Modules/Crypto/Cryptors/AES/PNCCCryptorWrapper.h",
46         "PubNub/Modules/Crypto/Header/*.h",
47         "PubNub/Network/{PNNetwork,PNNetworkResponseSerializer,PNReachability,PNRequestParameters,PNURLBuilder}.h",
48         "PubNub/Network/Requests/Files/PNGenerateFileUploadURLRequest.h",
49         "PubNub/Network/Parsers/**/*.h"
50       ],
51       "pod_target_xcconfig": {
52         "APPLICATION_EXTENSION_API_ONLY": "YES"
53       }
54     },
55     {
56       "name": "Logger",
57       "source_files": [
58         "PubNub/Misc/Logger/{Core,Data}/**/*",
59         "PubNub/Misc/Helpers/{PNLockSupport,PNDefines}.{h,m}"
60       ],
61       "private_header_files": [
62         "PubNub/Misc/Logger/Data/*.h",
63         "PubNub/Misc/Helpers/{PNLockSupport,PNDefines}.h"
64       ]
65     }
66   ]