[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / c / 6 / RxWifi / 0.0.4 / RxWifi.podspec.json
blob57ddcd646a5a1dcb762ec304f5ec8b809f866033
2   "name": "RxWifi",
3   "version": "0.0.4",
4   "summary": "RxWifi is a reactive wrapper for Wi-Fi functionality.",
5   "description": "RxWifi is reactive wrapper is a rective wrapper for Wi-Fi functionality on iOS.\nIt allows you to connect to Wi-Fi network from your app and you can also observe Wi-Fi various changes:\n- Wi-Fi is enable on the system level\n- Wi-Fi is connected to AP\n- Current connected SSID\n- Current IPv4 address\n- Current IPv6 address",
6   "homepage": "https://github.com/3ph/RxWifi",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "3ph": "instantni.med@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/3ph/RxWifi.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "RxWifi/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
25     ]
26   },
27   "pod_target_xcconfig": {
28     "OTHER_SWIFT_FLAGS[sdk=iphonesimulator*]": "-D IOS_SIMULATOR",
29     "SWIFT_VERSION": "4.0"
30   }