[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 7 / 8 / GUNAlert / 0.1.0 / GUNAlert.podspec.json
blob625af537bee903c26763ba8bea593b484d1f742b
2   "name": "GUNAlert",
3   "version": "0.1.0",
4   "summary": "GUNAlert is a simple wrapper around UIAlertView and UIAlertController",
5   "description": "                       For applications that need to keep backward compatibility with iOS versions < 8. It is designed as a simple drop in solution for most common use cases.\n",
6   "homepage": "https://github.com/gunpowderlabs/GUNAlert",
7   "license": "MIT",
8   "authors": {
9     "MichaƂ Taszycki": "michal@gunpowderlabs.com"
10   },
11   "source": {
12     "git": "https://github.com/gunpowderlabs/GUNAlert.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/mehowte",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "GUNAlert": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/*.h",
27   "frameworks": "UIKit"