[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / e / ASInAppCallStatusBar / 0.0.2 / ASInAppCallStatusBar.podspec.json
blob13a16fd5f8feb7f2d9fc9c0d93baa422ae210769
2   "name": "ASInAppCallStatusBar",
3   "version": "0.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ASInAppCallStatusBar/Classes/**/*",
22   "resource_bundles": {
23     "ASInAppCallStatusBar": [
24       "ASInAppCallStatusBar/**/*.png",
25       "ASInAppCallStatusBar/**/*.xib",
26       "ASInAppCallStatusBar/**/*.nib"
27     ]
28   }