[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 3 / 1 / EFInternetIndicator / 0.2.0 / EFInternetIndicator.podspec.json
blob74df80387d6ee5060ab61affe9e8176870f5ca7a
2   "name": "EFInternetIndicator",
3   "version": "0.2.0",
4   "summary": "A little Internet status indicator.",
5   "description": "A little swift Internet error status indicator using ReachabilitySwift.",
6   "homepage": "https://github.com/ezefranca/EFInternetIndicator",
7   "screenshots": "https://media.giphy.com/media/3Pumvj8kXlsze/giphy.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "ezefranca": "ezequiel.ifsp@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ezefranca/EFInternetIndicator.git",
17     "tag": "0.2.0"
18   },
19   "social_media_url": "https://twitter.com/ezefranca",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "EFInternetIndicator/Classes/**/*.{c,h,hh,m,mm,swift}",
24   "pushed_with_swift_version": "3.0",
25   "subspecs": [
26     {
27       "name": "Network",
28       "dependencies": {
29         "ReachabilitySwift": [
31         ]
32       }
33     },
34     {
35       "name": "Interface",
36       "dependencies": {
37         "SwiftMessages": [
39         ]
40       }
41     }
42   ]