blob: ee1e089c5e7edaf7b077f60a697d81c3b32facb4 [file] [log] [blame]
{
"name": "ASInAppCallStatusBar",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ASInAppCallStatusBar/Classes/*.{h,m}",
"resources": "ASInAppCallStatusBar/Assets/*.xib"
}