| { |
| "name": "JDFNavigationBarActivityIndicator", |
| "version": "1.0", |
| "summary": "A UIView subclass that provides an easy, space-effective way to show an activity indicator on a UINavigationBar.", |
| "description": "JDFNavigationBarActivityIndicator is a UIView subclass that provides an easy, space-effective way to show an activity indicator on a UINavigationBar.\n \nIt is visually similar in concept to the progress indicator shown in iOS Safari, in that it appears as a thin, animating line at the bottom of a navigation bar. The difference is that it is an indeterminate progress indicator, making it useful for when you don't know the completion progress of a task.\n", |
| "homepage": "https://github.com/JoeFryer/JDFNavigationBarActivityIndicator", |
| "license": "MIT", |
| "authors": { |
| "Joe Fryer": "joe.d.fryer@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/JoeFryer/JDFNavigationBarActivityIndicator.git", |
| "tag": "1.0" |
| }, |
| "social_media_url": "https://twitter.com/joefryer88", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "frameworks": "UIKit" |
| } |