blob: 7ad61a503d7fe6e2569bd49a12f1edeafdcf7fd2 [file] [log] [blame]
{
"name": "EFInternetIndicator",
"version": "0.4.0",
"summary": "A little Internet status indicator.",
"description": "A little swift Internet error status indicator using ReachabilitySwift.",
"homepage": "https://github.com/ezefranca/EFInternetIndicator",
"screenshots": "https://media.giphy.com/media/3Pumvj8kXlsze/giphy.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ezefranca": "ezequiel.ifsp@gmail.com"
},
"source": {
"git": "https://github.com/ezefranca/EFInternetIndicator.git"
},
"social_media_url": "https://twitter.com/ezefranca",
"platforms": {
"ios": "9.0"
},
"source_files": "EFInternetIndicator/Classes/**/*.{c,h,hh,m,mm,swift}",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Interface",
"dependencies": {
"SwiftMessages": [
]
}
}
]
}