Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions JBWatchActivityIndicator.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "JBWatchActivityIndicator"
s.version = "1.0.1"
s.summary = "ActivityIndicator for Apple Watch"
s.description = <<-EOS
Unfortunately, the current version of WatchKit doesn't include an activity indicator
control (like UIKit's UIActivityIndicatorView), even though the Apple Watch displays
an indicator while our interface controllers are loading.
EOS
s.homepage = "https://github.com/mikeswason/JBWatchActivityIndicator"
s.author = "Mike Swanson"
s.watchos.deployment_target = '2.0'
s.source = { :git => "https://github.com/ivanbruel/JBWatchActivityIndicator", :tag => s.version }
s.source_files = "JBWatchActivityIndicator/JBWatchActivityIndicator.h", "JBWatchActivityIndicator/JBWatchActivityIndicator.m"
s.framework = "WatchKit"

end