[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 4 / 0 / PBTinyAlert / 0.0.2 / PBTinyAlert.podspec.json
blobb52413f38e9cfe22449c904f6340f1660b096b18
2   "name": "PBTinyAlert",
3   "version": "0.0.2",
4   "summary": "PBTinyAlert is a tiny, lightweight and customizable notification view for your IOS portrait App",
5   "homepage": "https://github.com/mklb/PBTinyAlert",
6   "screenshots": "https://raw.githubusercontent.com/mklb/PBTinyAlert/master/PBTinyAlert.gif",
7   "license": "MIT",
8   "authors": {
9     "Patrick Bläsing": "hallo@by-maikel.com"
10   },
11   "source": {
12     "git": "https://github.com/mklb/PBTinyAlert.git",
13     "tag": "0.0.2"
14   },
15   "social_media_url": "https://twitter.com/justawebguy",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "PBTinyAlert": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "AudioToolbox",
27   "dependencies": {
28     "pop": [
29       "~> 1.0"
30     ]
31   }