[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / c / e / d / SCNetworkReachability / 1.2.0 / SCNetworkReachability.podspec.json
blob87846176e990e042408c4beeca8186acd91de1f8
2   "name": "SCNetworkReachability",
3   "version": "1.2.0",
4   "summary": "Painless network reachability with delegate and blocks support.",
5   "homepage": "https://github.com/belkevich/reachability-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Alexey Belkevich": "belkevich.alexey@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/belkevich/reachability-ios.git",
15     "tag": "1.2.0"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "source_files": "*.{h,m}",
22   "frameworks": [
23     "SystemConfiguration",
24     "Foundation"
25   ],
26   "requires_arc": true