From 91fe81ef8a48839a2c2559b759f6c24421c3abdc Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Thu, 20 Apr 2017 07:55:18 -0700 Subject: [PATCH] Create TomKit.podspec --- TomKit.podspec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 TomKit.podspec diff --git a/TomKit.podspec b/TomKit.podspec new file mode 100644 index 0000000..be03ce0 --- /dev/null +++ b/TomKit.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = "TomKit" + s.version = "TODO" + s.summary = "Use the wonder and awe of Tom Oliver in your iOS App! " + s.description = "Now you, the humble iOS Developer, can have the wonder and awe of Tom Oliver in your iOS app!" + + s.homepage = "https://github.com/samjarman/TomKit" + + s.license = "" + + s.author = "Sam Jarman" + + s.source = { :git => "https://github.com/samjarman/TomKit.git", :tag => "TODO" } + + s.source_files = "TomKitSample/TomKit.swift" + + s.ios.deployment_target = "10.0" + # s.osx.deployment_target = "10.9" + # s.watchos.deployment_target = "2.0" + # s.tvos.deployment_target = "9.0" +end