[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 0 / c / 6 / RxWifi / 0.0.1 / RxWifi.podspec.json
blobff5535965b944a44fa882e693f6c357b85c0114d
2   "name": "RxWifi",
3   "version": "0.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "RxWifi/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
25     ],
26     "RxNimble": [
28     ]
29   },
30   "pod_target_xcconfig": {
31     "OTHER_SWIFT_FLAGS[sdk=iphonesimulator*]": "-D IOS_SIMULATOR",
32     "SWIFT_VERSION": "4.0"
33   }