| { |
| "name": "ASInAppCallStatusBar", |
| "version": "0.0.3", |
| "summary": "A generic status bar for showing in app call is ongoing.", |
| "description": "A UIView implementation of the native call status bar in iOS. Since the call status bar is only available outside the app, it is good to create an in-app version of this feature", |
| "homepage": "https://github.com/alexiss03/ASInAppCallStatusBar.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mary Alexis Solis": "maryalexissolis@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/alexiss03/ASInAppCallStatusBar.git", |
| "tag": "0.0.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ASInAppCallStatusBar/Classes/**/*", |
| "resources": [ |
| "ASInAppCallStatusBar/**/*.png", |
| "ASInAppCallStatusBar/**/*.xib", |
| "ASInAppCallStatusBar/**/*.nib" |
| ] |
| } |