[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 7 / 3 / VMAlertView / 0.2.0 / VMAlertView.podspec.json
blob9fd3265532f121f2b7ca7023fcd09cef622fcfb2
2   "name": "VMAlertView",
3   "version": "0.2.0",
4   "summary": "A simple UIAlertView wrapper for which helps to update large projects for iOS > 9 deployment target.",
5   "description": "A simple UIAlertView wrapper for which helps to update large projects for iOS > 9 deployment target.\nWas created for quick refactoring purposes only. Please use UIAlertController instead when possible and not time consuming.",
6   "homepage": "https://gitlab.com/vilmate.admin/VMAlertView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rost": "rost.roginevich@vilmate.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/vilmate.admin/VMAlertView.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "VMAlertView/Classes/*.h",
22   "source_files": "VMAlertView/Classes/*.{h,m}",
23   "prefix_header_contents": "#import \"VMAlertView.h\"",
24   "xcconfig": {
25     "USER_HEADER_SEARCH_PATHS": "\"${PROJECT_DIR}/..\"/**"
26   }