blob: f2f23c894177a41032bbd6575848784adb559bae [file] [log] [blame]
{
"name": "SignalStrength",
"version": "1.0.1",
"summary": "iOS 7 inspirsed signal strength view.",
"description": "Display signal strength in your app using this iOS 7 inspired view. This is great for showing the RSSI of beacons, nearby bluetooth objects, or other devices.",
"homepage": "https://github.com/tannernelson/SignalStrength",
"screenshots": "http://tanner.xyz/signal-strength.gif",
"license": "MIT",
"authors": {
"Tanner Nelson": "tanner@bluebite.com"
},
"source": {
"git": "https://github.com/tannernelson/SignalStrength.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/the_teet",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SignalStrength": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}