[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 2 / 3 / 5 / MqttCocoaAsyncSocket / 1.0.4 / MqttCocoaAsyncSocket.podspec.json
blobd0c73c3a88f701bcfb40515c3b25ed30ae0ddd62
2   "name": "MqttCocoaAsyncSocket",
3   "version": "1.0.4",
4   "license": {
5     "type": "public domain",
6     "text": "Public Domain License\n\nThe MqttCocoaAsyncSocket project is in the public domain.\n\nThe original TCP version (AsyncSocket) was created by Dustin Voss in January 2003.\nUpdated and maintained by Deusty LLC and the Apple development community.\n"
7   },
8   "summary": "A socket kit based on CocoaAsyncSocket.Fix iOS16 bugs",
9   "homepage": "https://github.com/leeway1208/MqttCocoaAsyncSocket",
10   "authors": [
11     "Dustin Voss",
12     {
13       "Robbie Hanson": "robbiehanson@deusty.com"
14     }
15   ],
16   "source": {
17     "git": "https://github.com/leeway1208/MqttCocoaAsyncSocket.git",
18     "tag": "1.0.4"
19   },
20   "description": "MqttCocoaAsyncSocket supports TCP and UDP. The AsyncSocket class is for TCP, and the AsyncUdpSocket class is for UDP. AsyncSocket is a TCP/IP socket networking library that wraps CFSocket and CFStream. It offers asynchronous operation, and a native Cocoa class complete with delegate support or use the GCD variant GCDAsyncSocket. AsyncUdpSocket is a UDP/IP socket networking library that wraps CFSocket. It works almost exactly like the TCP version, but is designed specifically for UDP. This includes queued non-blocking send/receive operations, full delegate support, run-loop based, self-contained class, and support for IPv4 and IPv6.",
21   "source_files": "Source/GCD/*.{h,m,swift}",
22   "requires_arc": true,
23   "platforms": {
24     "osx": "10.12",
25     "ios": "9.0",
26     "tvos": "10.0"
27   },
28   "ios": {
29     "frameworks": [
30       "CFNetwork",
31       "Security"
32     ]
33   },
34   "tvos": {
35     "frameworks": [
36       "CFNetwork",
37       "Security"
38     ]
39   },
40   "osx": {
41     "frameworks": [
42       "CoreServices",
43       "Security"
44     ]
45   }