[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / a / 1 / XCReachabilitySwift / 5.1.0-SPM / XCReachabilitySwift.podspec.json
blob76404b9ebbc13c77c521aa82db7ebe162dc4b687
2   "name": "XCReachabilitySwift",
3   "version": "5.1.0-SPM",
4   "module_name": "Reachability",
5   "homepage": "https://github.com/ashleymills/Reachability.swift",
6   "authors": {
7     "Ashley Mills": "ashleymills@mac.com"
8   },
9   "summary": "Replacement for Apple's Reachability re-written in Swift with callbacks.",
10   "license": {
11     "type": "MIT"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/beMappy/Reachability.swift.git",
18     "tag": "5.1.0-SPM"
19   },
20   "vendored_frameworks": "Reachability.xcframework",
21   "frameworks": "SystemConfiguration",
22   "ios": {
23     "frameworks": "CoreTelephony"
24   },
25   "requires_arc": true,
26   "swift_versions": "5.0",
27   "swift_version": "5.0"