[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 1 / 3 / e / NZAlertView / 0.0.4 / NZAlertView.podspec.json
blobac8fae32017a1634b30ad46fafcbccf4c7431c35
2   "name": "NZAlertView",
3   "version": "0.0.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Simple and intuitive alert view. Similar to push notification effect.",
9   "homepage": "https://github.com/NZN/NZAlertView",
10   "screenshots": "http://s8.postimg.org/ebibmu79x/NZAlert_View.png",
11   "requires_arc": true,
12   "platforms": {
13     "ios": "5.0"
14   },
15   "authors": {
16     "Bruno Tortato Furtado": "bruno.furtado@gruponzn.com"
17   },
18   "dependencies": {
19     "UIImage-Helpers": [
20       "~> 0.0.1"
21     ]
22   },
23   "source_files": "NZAlertView/**/*.{h,m}",
24   "resources": [
25     "NZAlertView/NZAlertView-Icons.bundle",
26     "NZAlertView/Views/NZAlertView.xib"
27   ],
28   "source": {
29     "git": "https://github.com/NZN/NZAlertView.git",
30     "tag": "0.0.4"
31   }