Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
update podspec to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Padron authored and Luis Padron committed Oct 4, 2016
1 parent 3aca7c2 commit 039286e
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UICircularProgressRing.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "UICircularProgressRing"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "A highly customizable circular progress bar for iOS written in Swift 3"

s.description = <<-DESC
Expand Down
49 changes: 49 additions & 0 deletions docs/Classes/UICircularProgressRingView.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,55 @@ <h1>UICircularProgressRingView</h1>

<section class="section">
<div class="section-content">
<div class="task-group">
<div class="task-name-container">
<a name="/Delegate"></a>
<a name="//apple_ref/swift/Section/Delegate" class="dashAnchor"></a>
<a href="#/Delegate">
<h3 class="section-name">Delegate</h3>
</a>
</div>
<ul class="item-container">
<li class="item">
<div>
<code>
<a name="/s:vC22UICircularProgressRing26UICircularProgressRingView8delegateGSqPS_30UICircularProgressRingDelegate__"></a>
<a name="//apple_ref/swift/Property/delegate" class="dashAnchor"></a>
<a class="token" href="#/s:vC22UICircularProgressRing26UICircularProgressRingView8delegateGSqPS_30UICircularProgressRingDelegate__">delegate</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The delegate for the UICircularProgressRingView</p>

<p><a href='#important' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='important'>Important</h2></p>

<p>When progress is done updating via UICircularProgressRingView.setValue(<em>:), the
finishedUpdatingProgressFor(</em> ring: UICircularProgressRingView) will be called.</p>

<p>The ring will be passed to the delegate in order to keep track of multiple ring updates if needed.</p>

<p><a href='#author' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='author'>Author:</h2></p>

<p>Luis Padron</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">delegate</span><span class="p">:</span> <span class="kt"><a href="../Protocols/UICircularProgressRingDelegate.html">UICircularProgressRingDelegate</a></span><span class="p">?</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Value%20Properties"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,55 @@ <h1>UICircularProgressRingView</h1>

<section class="section">
<div class="section-content">
<div class="task-group">
<div class="task-name-container">
<a name="/Delegate"></a>
<a name="//apple_ref/swift/Section/Delegate" class="dashAnchor"></a>
<a href="#/Delegate">
<h3 class="section-name">Delegate</h3>
</a>
</div>
<ul class="item-container">
<li class="item">
<div>
<code>
<a name="/s:vC22UICircularProgressRing26UICircularProgressRingView8delegateGSqPS_30UICircularProgressRingDelegate__"></a>
<a name="//apple_ref/swift/Property/delegate" class="dashAnchor"></a>
<a class="token" href="#/s:vC22UICircularProgressRing26UICircularProgressRingView8delegateGSqPS_30UICircularProgressRingDelegate__">delegate</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The delegate for the UICircularProgressRingView</p>

<p><a href='#important' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='important'>Important</h2></p>

<p>When progress is done updating via UICircularProgressRingView.setValue(<em>:), the
finishedUpdatingProgressFor(</em> ring: UICircularProgressRingView) will be called.</p>

<p>The ring will be passed to the delegate in order to keep track of multiple ring updates if needed.</p>

<p><a href='#author' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='author'>Author:</h2></p>

<p>Luis Padron</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">delegate</span><span class="p">:</span> <span class="kt"><a href="../Protocols/UICircularProgressRingDelegate.html">UICircularProgressRingDelegate</a></span><span class="p">?</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Value%20Properties"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,18 @@ <h3 align="center">A circular progress bar for iOS written in Swift 3</h3>
<li><p>Open up the <code>.xcworkspace</code> that CocoaPods created</p></li>
<li><p>Done!</p></li>
</ol>

<p><strong>Note:</strong> If you have any issues with Swift 3 and CocoaPods you can try to force the version. (Cocoapods support for Swift 3 projects has been a bit wonky).</p>

<p>Add this to the end of your <code>Podfile</code></p>
<pre class="highlight ruby"><code><span class="n">post_install</span> <span class="k">do</span> <span class="o">|</span><span class="n">installer</span><span class="o">|</span>
<span class="n">installer</span><span class="p">.</span><span class="nf">pods_project</span><span class="p">.</span><span class="nf">targets</span><span class="p">.</span><span class="nf">each</span> <span class="k">do</span> <span class="o">|</span><span class="n">target</span><span class="o">|</span>
<span class="n">target</span><span class="p">.</span><span class="nf">build_configurations</span><span class="p">.</span><span class="nf">each</span> <span class="k">do</span> <span class="o">|</span><span class="n">configuration</span><span class="o">|</span>
<span class="n">configuration</span><span class="p">.</span><span class="nf">build_settings</span><span class="p">[</span><span class="s1">'SWIFT_VERSION'</span><span class="p">]</span> <span class="o">=</span> <span class="s2">"3.0"</span>
<span class="k">end</span>
<span class="k">end</span>
<span class="k">end</span>
</code></pre>
<a href='#carthage' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='carthage'>Carthage</h3>

<p><strong><em>Important note</em>: Carthage support for IBDesignable and IBInspectable is broken due to how frameworks work.
Expand All @@ -117,7 +129,7 @@ <h3 align="center">A circular progress bar for iOS written in Swift 3</h3>
<a href='#manually' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='manually'>Manually</h3>

<ol>
<li>Simply download the <code>UICircularProgressRingView.swift</code> and <code>UICircularProgressRingLayer.swift</code> files from <a href="https://github.com/luispadron/UICircularProgressRing/tree/master/UICircularProgressRing">here</a> into your project, make sure you point to your projects target</li>
<li>Simply download the <code>UICircularProgressRingView.swift</code>, <code>UICircularProgressRingLayer.swift</code> and <code>UICiruclarProgressRingDelegate.swift</code> files from <a href="https://github.com/luispadron/UICircularProgressRing/tree/master/UICircularProgressRing">here</a> into your project, make sure you point to your projects target</li>
</ol>
<a href='#usage' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='usage'>Usage</h2>
<a href='#interface-builder' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='interface-builder'>Interface Builder</h3>
Expand Down
Binary file not shown.
Binary file modified docs/docsets/UICircularProgressRing.tgz
Binary file not shown.
17 changes: 16 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@

<h3 align="center">A circular progress bar for iOS written in Swift 3</h3>

<p align="center">
</p>

<a href='#features' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='features'>Features</h2>

<ul>
Expand All @@ -91,6 +94,18 @@ <h3 align="center">A circular progress bar for iOS written in Swift 3</h3>
<li><p>Open up the <code>.xcworkspace</code> that CocoaPods created</p></li>
<li><p>Done!</p></li>
</ol>

<p><strong>Note:</strong> If you have any issues with Swift 3 and CocoaPods you can try to force the version. (Cocoapods support for Swift 3 projects has been a bit wonky).</p>

<p>Add this to the end of your <code>Podfile</code></p>
<pre class="highlight ruby"><code><span class="n">post_install</span> <span class="k">do</span> <span class="o">|</span><span class="n">installer</span><span class="o">|</span>
<span class="n">installer</span><span class="p">.</span><span class="nf">pods_project</span><span class="p">.</span><span class="nf">targets</span><span class="p">.</span><span class="nf">each</span> <span class="k">do</span> <span class="o">|</span><span class="n">target</span><span class="o">|</span>
<span class="n">target</span><span class="p">.</span><span class="nf">build_configurations</span><span class="p">.</span><span class="nf">each</span> <span class="k">do</span> <span class="o">|</span><span class="n">configuration</span><span class="o">|</span>
<span class="n">configuration</span><span class="p">.</span><span class="nf">build_settings</span><span class="p">[</span><span class="s1">'SWIFT_VERSION'</span><span class="p">]</span> <span class="o">=</span> <span class="s2">"3.0"</span>
<span class="k">end</span>
<span class="k">end</span>
<span class="k">end</span>
</code></pre>
<a href='#carthage' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='carthage'>Carthage</h3>

<p><strong><em>Important note</em>: Carthage support for IBDesignable and IBInspectable is broken due to how frameworks work.
Expand All @@ -111,7 +126,7 @@ <h3 align="center">A circular progress bar for iOS written in Swift 3</h3>
<a href='#manually' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='manually'>Manually</h3>

<ol>
<li>Simply download the <code>UICircularProgressRingView.swift</code> and <code>UICircularProgressRingLayer.swift</code> files from <a href="https://github.com/luispadron/UICircularProgressRing/tree/master/UICircularProgressRing">here</a> into your project, make sure you point to your projects target</li>
<li>Simply download the <code>UICircularProgressRingView.swift</code>, <code>UICircularProgressRingLayer.swift</code> and <code>UICiruclarProgressRingDelegate.swift</code> files from <a href="https://github.com/luispadron/UICircularProgressRing/tree/master/UICircularProgressRing">here</a> into your project, make sure you point to your projects target</li>
</ol>
<a href='#usage' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='usage'>Usage</h2>
<a href='#interface-builder' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='interface-builder'>Interface Builder</h3>
Expand Down

0 comments on commit 039286e

Please sign in to comment.