From fa7982f69e017298ea81bf3707143c9a97c81f8e Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Tue, 22 Sep 2015 23:07:12 +0200 Subject: [PATCH] Specify minimum iOS version in podspec --- AcknowList.podspec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AcknowList.podspec.json b/AcknowList.podspec.json index c152196..2be4444 100644 --- a/AcknowList.podspec.json +++ b/AcknowList.podspec.json @@ -17,7 +17,7 @@ }, "source_files": "Source/*.swift", "platforms": { - "ios": null + "ios": "8.0" }, "frameworks": "UIKit", "requires_arc": true