blob: 7f190ec6c498da58a530d2046e3e7bbb788a53c4 [file] [log] [blame]
{
"name": "SignalStrength",
"version": "1.0.2",
"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/signal-strength",
"screenshots": "https://cloud.githubusercontent.com/assets/1342803/12491628/208d872e-c04a-11e5-8ca4-b5e7266aee05.gif",
"license": "MIT",
"authors": {
"Tanner Nelson": "tanner@bluebite.com"
},
"source": {
"git": "https://github.com/tannernelson/signal-strength.git",
"tag": "1.0.2"
},
"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"
}