[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 2 / PubNub / 5.2.1 / PubNub.podspec.json
blob11e667143a2cea35f891d16ee5e7906c081f55db
2   "name": "PubNub",
3   "version": "5.2.1",
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.1"
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": "PubNub Software Development Kit License",
25     "file": "LICENSE"
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   ]