[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / d / 1 / FVCustomAlertView / 0.2 / FVCustomAlertView.podspec.json
blobec437f967d7acdb1cc5d25d6983769cfec7f875f
2   "name": "FVCustomAlertView",
3   "version": "0.2",
4   "summary": "An iOS custom alert view.",
5   "description": "                    FVCustomAlertView can display a custom alert, meant to replace the UIAlertView.\n",
6   "homepage": "https://github.com/thegameg/FVCustomAlertView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Francis Visoiu Mistrih": "thegameg1@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/thegameg/FVCustomAlertView.git",
16     "tag": "0.2"
17   },
18   "social_media_url": "https://twitter.com/thegameg",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "source_files": "FVCustomAlertView/FVCustomAlertView/*.{h,m}",
28   "public_header_files": [
29     "FVCustomAlertView",
30     "FVCustomAlertView/**/*.h"
31   ],
32   "resources": "FVCustomAlertView/FVCustomAlertViewResources/*.png"