[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / d / 4 / RFKeyboard / 0.3.0 / RFKeyboard.podspec.json
blob6d281e68a8a0952599f388b912b1c76b53eeae48
2   "name": "RFKeyboard",
3   "version": "0.3.0",
4   "summary": "iOS Keyboard helper.",
5   "homepage": "https://github.com/RFUI/RFKeyboard",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "BB9z": "bb9z@me.com"
12   },
13   "source": {
14     "git": "https://github.com/RFUI/RFKeyboard.git",
15     "tag": "0.3.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "RFKeyboard.{h,m}"
23   ],
24   "public_header_files": [
25     "RFKeyboard.h"
26   ],
27   "dependencies": {
28     "RFKit/Runtime": [
29       ">= 1.7"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "WARNING_CFLAGS": "-Weverything -Wno-gnu-statement-expression -Wno-gnu-conditional-omitted-operand -Wno-auto-import -Wno-sign-conversion -Wno-sign-compare -Wno-objc-missing-property-synthesis"
34   }