[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 4 / f / b / SHPAlertView / 1.0.0 / SHPAlertView.podspec.json
blobe2b91c410efbcb435312707eb1590fd1d5f4bd3b
2   "name": "SHPAlertView",
3   "version": "1.0.0",
4   "summary": "A UIAlertView with block support.",
5   "description": "A UIAlertView with block support. Not recommended on iOS9 or higher.",
6   "homepage": "https://github.com/tzuyangliu/SHPAlertView",
7   "license": "MIT",
8   "authors": {
9     "刘子洋": "me@zyliu.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/tzuyangliu/SHPAlertView.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "SHPAlertView",
20     "SHPAlertView/*.{h,m}"
21   ],
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]