Skip to content

Commit

Permalink
Merge pull request #5 from cybertk/carthage
Browse files Browse the repository at this point in the history
Bump to 0.2.1
  • Loading branch information
misterwell committed Jul 17, 2015
2 parents 90f5311 + 92f8eb0 commit 8a35283
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MMMaterialDesignSpinner.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "MMMaterialDesignSpinner"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "An iOS activity spinner modeled after Google's Material Design spinner"
s.description = <<-DESC
I love Google's new indeterminate spinner in the [Material Design guidelines](http://www.google.com/design/spec/components/progress-activity.html#progress-activity-types-of-indicators), and I hadn't found a recreation of it for iOS yet, so I created it using CoreGraphics and CoreAnimation, which makes it super lightweight, smooth, and scalable to large sizes.
Expand Down
2 changes: 2 additions & 0 deletions MMMaterialDesignSpinner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
9295C9491B253D2D00C388EB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -256,6 +257,7 @@
9295C94A1B253D2D00C388EB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down
8 changes: 8 additions & 0 deletions Pod/Classes/MMMaterialDesignSpinner.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

#import <UIKit/UIKit.h>

//! Project version number for MMMaterialDesignSpinner.
FOUNDATION_EXPORT double MMMaterialDesignSpinnerVersionNumber;

//! Project version string for MMMaterialDesignSpinner.
FOUNDATION_EXPORT const unsigned char MMMaterialDesignSpinnerVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <Cent/PublicHeader.h>

/**
* A control similar to iOS' UIActivityIndicatorView modeled after Google's Material Design Activity spinner.
*/
Expand Down
2 changes: 1 addition & 1 deletion Pod/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 8a35283

Please sign in to comment.