[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / 1 / e / ASInAppCallStatusBar / 0.0.3 / ASInAppCallStatusBar.podspec.json
blobd5ecf704709372c079b7b8d7164b3bdd4bef09e3
2   "name": "ASInAppCallStatusBar",
3   "version": "0.0.3",
4   "summary": "A generic status bar for showing in app call is ongoing.",
5   "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",
6   "homepage": "https://github.com/alexiss03/ASInAppCallStatusBar.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mary Alexis Solis": "maryalexissolis@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/alexiss03/ASInAppCallStatusBar.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ASInAppCallStatusBar/Classes/**/*",
22   "resources": [
23     "ASInAppCallStatusBar/**/*.png",
24     "ASInAppCallStatusBar/**/*.xib",
25     "ASInAppCallStatusBar/**/*.nib"
26   ]