| { |
| "name": "ActivityBar", |
| "version": "1.1.1", |
| "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/activity-bar", |
| "screenshots": "https://cloud.githubusercontent.com/assets/1342803/12491558/c7e82b1a-c049-11e5-9dd6-a4ff185d32c6.gif", |
| "license": "MIT", |
| "authors": { |
| "Tanner Nelson": "tanner@bluebite.com" |
| }, |
| "source": { |
| "git": "https://github.com/tannernelson/activity-bar.git", |
| "tag": "1.1.1" |
| }, |
| "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" |
| } |