From 16aa5c4c65a5e6430eff9841861c259d0495232c Mon Sep 17 00:00:00 2001 From: Cory Imdieke Date: Mon, 25 Mar 2013 17:11:27 -0700 Subject: [PATCH] Update OpenInChrome.podspec Added platform attribute for iOS --- OpenInChrome/0.0.1/OpenInChrome.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenInChrome/0.0.1/OpenInChrome.podspec b/OpenInChrome/0.0.1/OpenInChrome.podspec index 2c47f7d50d8f62..f8354ea4808414 100644 --- a/OpenInChrome/0.0.1/OpenInChrome.podspec +++ b/OpenInChrome/0.0.1/OpenInChrome.podspec @@ -1,6 +1,7 @@ Pod::Spec.new do |s| s.name = "OpenInChrome" s.version = "0.0.1" + s.platform = :ios s.summary = "The easiest way to have your iOS app open links in Chrome." s.homepage = "https://github.com/GoogleChrome/OpenInChrome" s.author = { "Eric Bidelman" => "ebidel@gmail.com", "Michele Aiello" => "michelea@google.com" }