[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 6 / 1 / ActivityNavigationBar / 2.0 / ActivityNavigationBar.podspec.json
blob440108724f54881845f11d30116595681e78b076
2   "name": "ActivityNavigationBar",
3   "version": "2.0",
4   "summary": "Navigation bar with a progress bar-style activity indicator written in Swift",
5   "description": "Activity navigation bar provides a custom navigation bar with a build in\nactivity indicator. The activity indicator is styled like a progress bar,\nbut is intended to be used to indicate indeterminate activity time.\n\nTo achieve this, the activity is started with a 'waitAt' parameter.\nThe activity bar will then animate progress to this point, and stop.\nThen, once our indeterminate activity has finished, we finish the\nactivity indicator.",
6   "homepage": "https://github.com/superpeteblaze/ActivityNavigationBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pete Smith": "peadar81@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/superpeteblaze/ActivityNavigationBar.git",
16     "tag": "2.0"
17   },
18   "social_media_url": "https://twitter.com/superpeteblaze",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "ActivityNavigationBar/Classes/**/*",
23   "pushed_with_swift_version": "3.0"