blob: 7e6e699871f0f478a48308e1c4dfbb5705a7853d [file] [log] [blame]
{
"name": "ASInAppCallStatusBar",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ASInAppCallStatusBar/Classes/**/*",
"resources": [
"ASInAppCallStatusBar/**/*.png",
"ASInAppCallStatusBar/**/*.xib",
"ASInAppCallStatusBar/**/*.nib"
]
}