[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / a / 3 / 1 / EFInternetIndicator / 0.1.0 / EFInternetIndicator.podspec.json
blob001476e42997df61710533bd6c64c723e5e24fe7
2   "name": "EFInternetIndicator",
3   "version": "0.1.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.1.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   ]