diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..9f55b2c --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0 diff --git a/IQKeyboardManagerSwift.podspec.json b/IQKeyboardManagerSwift.podspec.json index 9b36195..4fe149d 100644 --- a/IQKeyboardManagerSwift.podspec.json +++ b/IQKeyboardManagerSwift.podspec.json @@ -22,5 +22,8 @@ "Foundation", "CoreGraphics" ], - "requires_arc": true -} \ No newline at end of file + "requires_arc": true, + "pod_target_xcconfig": { + "SWIFT_VERSION": "3.0" + } +}