[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / d / 6 / UGDAlertView / 0.1.0 / UGDAlertView.podspec.json
blob673fc39eeb3d6a4e6aa5efd238bb744016aa4659
2   "name": "UGDAlertView",
3   "version": "0.1.0",
4   "summary": "Custom iOS alert view with a call to action button and callback handling.",
5   "description": "UGDAlertView lets you show your app users a custom alert view with call to action and get a callback with positive or negative result.",
6   "homepage": "https://github.com/afinello/UGDAlertView",
7   "license": "MIT",
8   "authors": "Afinello",
9   "source": {
10     "git": "https://github.com/afinello/UGDAlertView.git",
11     "tag": "v0.1.0"
12   },
13   "social_media_url": "https://twitter.com/afinello",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "UGDAlertView": [
21       "Pod/Assets/*.png"
22     ]
23   }