[Add] KGoogleMap 0.1.5
[CocoaPods.git] / Specs / 8 / 2 / a / STAlertView / 0.0.1 / STAlertView.podspec.json
blobddeec5974dce9c5c487063e8c59ce08ce4fd07d6
2   "name": "STAlertView",
3   "version": "0.0.1",
4   "summary": "Wrapper of the native UIAlertView that work with blocks",
5   "description": "    Do you like to use the UIAlertViewDelegate for each UIAlertView? Specially when there are more than one at the same view controller. With STAlertView, you will be able to define the behaviour of Yes/No with a block, at the same place you \n    create the alert view. This will increase the readability of your code.\n",
6   "homepage": "https://github.com/nmaletm/STAlertView",
7   "license": "MIT",
8   "authors": {
9     "Nestor Malet": "nmaletm@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nmaletm/STAlertView.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "STAlertView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h"