[Update] OpenWhiskWatch (0.1.4)
diff --git a/OpenWhiskWatch/0.1.4/OpenWhiskWatch.podspec b/OpenWhiskWatch/0.1.4/OpenWhiskWatch.podspec
new file mode 100644
index 0000000..9ce8771
--- /dev/null
+++ b/OpenWhiskWatch/0.1.4/OpenWhiskWatch.podspec
@@ -0,0 +1,26 @@
+Pod::Spec.new do |s|
+
+
+s.name         = 'OpenWhiskWatch'
+s.version      = '0.1.4'
+s.summary      = 'Mobile SDK to use OpenWhisk serverless environment from WatchOS2'
+s.license      = { :type => 'Apache License, Version 2.0' }
+s.authors      = 'IBM'
+
+s.description  = <<-DESC
+OpenWhisk is a cloud-first distributed event-based programming service. OpenWhisk provides a programming model to upload event handlers to a cloud service, and register the handlers to respond to various events.
+
+DESC
+
+s.homepage     = 'http://www.ibm.com/mobilefirst/us/en/'
+s.platform     = :watchos, '2.0'
+s.frameworks = 'Foundation', 'WatchConnectivity'
+
+s.author       = { 'Paul Castro' => 'castrop@us.ibm.com' }
+s.source       = { :git => 'https://github.com/openwhisk/openwhisk-client-swift.git', :tag => "#{s.version}" }
+
+s.source_files  = 'OpenWhisk/*.{swift,h}'
+s.exclude_files = 'OpenWhisk/OpenWhiskButton.swift'
+s.resource_bundles = {'OpenWhiskWatchResources' => ['OpenWhisk/OpenWhiskConfig.plist']}
+
+end