========
A powerful Android library that provides highly-customizable widgets (with smart defaults) to easily add social-media-esque mention (aka tag) support to your app
Gradle:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
compile 'com.github.lightfire:Spyglass:-SNAPSHOT'
forked from [linkedin/Spyglass]