Skip to content

Commit

Permalink
Updated PodSpecVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Rolf committed Jul 23, 2015
1 parent 580aa79 commit 5bddd5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CircleProgressView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CircleProgressView'
s.version = '1.0.5'
s.version = '1.0.6'
s.license = 'MIT'
s.summary = 'CircleProgressView'
s.homepage = 'https://github.com/CardinalNow/iOS-CircleProgressView'
Expand Down
6 changes: 4 additions & 2 deletions CircleProgressView/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7531" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7520"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<scenes>
Expand Down Expand Up @@ -62,6 +62,7 @@
<real key="value" value="10"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="image" keyPath="trackImage" value="progressImage"/>
<userDefinedRuntimeAttribute type="image" keyPath="centerImage" value="lion"/>
</userDefinedRuntimeAttributes>
</view>
</subviews>
Expand Down Expand Up @@ -90,6 +91,7 @@
</scene>
</scenes>
<resources>
<image name="lion" width="312" height="230"/>
<image name="progressImage" width="250" height="250"/>
</resources>
</document>

0 comments on commit 5bddd5f

Please sign in to comment.