[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 9 / 5 / JTSReachability / 1.1.0 / JTSReachability.podspec.json
blobe0ca740b34b2e3a66fd2ad4d8eb1cc91fbb9fdf7
2   "name": "JTSReachability",
3   "version": "1.1.0",
4   "summary": "Adaptation of Apple's Reachability with some block-based conveniences.",
5   "homepage": "https://github.com/jaredsinclair/JTSReachability",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jared Sinclair": "https://twitter.com/jaredsinclair"
12   },
13   "source": {
14     "git": "https://github.com/jaredsinclair/JTSReachability.git",
15     "tag": "1.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "SystemConfiguration"
24   ],
25   "source_files": [
26     "Source/*.{h,m}"
27   ]