| { |
| "name": "ActivityBar", |
| "version": "1.0.2", |
| "summary": "An iMessage UIProgressBar-style view for showing ogoing activity", |
| "description": "Inspired by the UIProgressBar seen throughout iOS and especially in messages, this simple view displays ongoing activity. Customize color and start/stop the animation at any time.", |
| "homepage": "https://github.com/tannernelson/ActivityBar", |
| "screenshots": "http://tanner.xyz/activity-bar/activity-bar.gif", |
| "license": "MIT", |
| "authors": { |
| "Tanner Nelson": "tanner@bluebite.com" |
| }, |
| "source": { |
| "git": "https://github.com/tannernelson/ActivityBar.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": { |
| "ActivityBar": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit" |
| } |