[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / 5 / JTSReachability / 1.0.2 / JTSReachability.podspec.json
blob8ded9ca2e239f4e8884c4b94ae1c3dcef77a9644
2   "name": "JTSReachability",
3   "version": "1.0.2",
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.0.2"
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   ]