Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Ran yo mm-github.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Nov 15, 2016
1 parent 3f6f73c commit 62b7b6c
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 190 deletions.
4 changes: 2 additions & 2 deletions .arcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"arc.feature.start.default": "origin/develop",
"unit.xcode": {
"build": {
"workspace": "MaterialMotionCoreAnimationTransitionsPlugin.xcworkspace",
"workspace": "MaterialMotionCoreAnimationTransitions.xcworkspace",
"scheme": "UnitTests",
"configuration": "Debug",
"destination": "platform=iOS Simulator,name=iPhone 6s"
},
"coverage": {
"product": "MaterialMotionCoreAnimationTransitionsPlugin.framework/MaterialMotionCoreAnimationTransitionsPlugin"
"product": "MaterialMotionCoreAnimationTransitions.framework/MaterialMotionCoreAnimationTransitions"
},
"pre-build": "pod install"
}
Expand Down
10 changes: 5 additions & 5 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module: MaterialMotionCoreAnimationTransitionsPlugin
module: MaterialMotionCoreAnimationTransitions
module_version: 1.0.0
sdk: iphonesimulator
xcodebuild_arguments:
- -workspace
- MaterialMotionCoreAnimationTransitionsPlugin.xcworkspace
- MaterialMotionCoreAnimationTransitions.xcworkspace
- -scheme
- MaterialMotionCoreAnimationTransitionsPlugin
github_url: https://github.com/material-motion/coreanimation-transitions-plugin-swift
github_file_prefix: https://github.com/material-motion/coreanimation-transitions-plugin-swift/tree/v1.0.0
- MaterialMotionCoreAnimationTransitions
github_url: https://github.com/material-motion/coreanimation-transitions-swift
github_file_prefix: https://github.com/material-motion/coreanimation-transitions-swift/tree/v1.0.0
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
3.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ before_install:
script:
- set -o pipefail
- arcanist/bin/arc unit --everything --trace
- xcodebuild build -workspace MaterialMotionCoreAnimationTransitionsPlugin.xcworkspace -scheme Catalog -sdk "iphonesimulator10.0" -destination "name=iPhone 6s,OS=10.0" ONLY_ACTIVE_ARCH=YES | xcpretty -c;
- xcodebuild build -workspace MaterialMotionCoreAnimationTransitions.xcworkspace -scheme Catalog -sdk "iphonesimulator10.0" -destination "name=iPhone 6s,OS=10.0" ONLY_ACTIVE_ARCH=YES | xcpretty -c;
after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is the list of Core Animation Transitions Material Motion Plugin authors for copyright purposes.
# This is the list of Core Animation transitions for Material Motion (Swift) authors for copyright purposes.
#
# This does not necessarily list everyone who has contributed code, since in
# some cases, their employer may be the copyright holder. To see the full list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "MaterialMotionCoreAnimationTransitionsPlugin"
s.summary = "Core Animation Transitions Material Motion Plugin"
s.name = "MaterialMotionCoreAnimationTransitions"
s.summary = "Core Animation transitions for Material Motion (Swift)"
s.version = "1.0.0"
s.authors = "The Material Motion Authors"
s.license = "Apache 2.0"
s.homepage = "https://github.com/material-motion/coreanimation-transitions-plugin-swift"
s.source = { :git => "https://github.com/material-motion/coreanimation-transitions-plugin-swift.git", :tag => "v" + s.version.to_s }
s.homepage = "https://github.com/material-motion/coreanimation-transitions-swift"
s.source = { :git => "https://github.com/material-motion/coreanimation-transitions-swift.git", :tag => "v" + s.version.to_s }
s.platform = :ios, "8.0"
s.requires_arc = true

Expand Down
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
abstract_target 'MaterialMotionCoreAnimationTransitionsPlugin' do
abstract_target 'MaterialMotionCoreAnimationTransitions' do
pod 'CatalogByConvention'

pod 'MaterialMotionCoreAnimationTransitionsPlugin', :path => './'
pod 'MaterialMotionCoreAnimationTransitions', :path => './'

workspace 'MaterialMotionCoreAnimationTransitionsPlugin.xcworkspace'
workspace 'MaterialMotionCoreAnimationTransitions.xcworkspace'
use_frameworks!

target "Catalog" do
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PODS:
- CatalogByConvention (2.0.0)
- MaterialMotionCoreAnimationTransitionsPlugin (1.0.0)
- MaterialMotionCoreAnimationTransitions (1.0.0)

DEPENDENCIES:
- CatalogByConvention
- MaterialMotionCoreAnimationTransitionsPlugin (from `./`)
- MaterialMotionCoreAnimationTransitions (from `./`)

EXTERNAL SOURCES:
MaterialMotionCoreAnimationTransitionsPlugin:
MaterialMotionCoreAnimationTransitions:
:path: "./"

SPEC CHECKSUMS:
CatalogByConvention: be55c2263132e4f9f59299ac8a528ee8715b3275
MaterialMotionCoreAnimationTransitionsPlugin: 91a861e84f5f548e95945b27706f83ffdfc61161
MaterialMotionCoreAnimationTransitions: e095c48b519926e79b930c4de454a46b7b32f1eb

PODFILE CHECKSUM: 3551f8326c6828d18744f2ec867d3e470c192561
PODFILE CHECKSUM: dd154e5de50a8ad79a8d5f184a86c6dd98773a88

COCOAPODS: 1.1.1
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Core Animation Transitions Material Motion Plugin
# Core Animation transitions for Material Motion (Swift)

[![Build Status](https://travis-ci.org/material-motion/coreanimation-transitions-plugin-swift.svg?branch=develop)](https://travis-ci.org/material-motion/coreanimation-transitions-plugin-swift)
[![codecov](https://codecov.io/gh/material-motion/coreanimation-transitions-plugin-swift/branch/develop/graph/badge.svg)](https://codecov.io/gh/material-motion/coreanimation-transitions-plugin-swift)
[![Build Status](https://travis-ci.org/material-motion/coreanimation-transitions-swift.svg?branch=develop)](https://travis-ci.org/material-motion/coreanimation-transitions-swift)
[![codecov](https://codecov.io/gh/material-motion/coreanimation-transitions-swift/branch/develop/graph/badge.svg)](https://codecov.io/gh/material-motion/coreanimation-transitions-swift)

## Installation

Expand All @@ -14,9 +14,9 @@
>
> gem install cocoapods
Add `MaterialMotionCoreAnimationTransitionsPlugin` to your `Podfile`:
Add `MaterialMotionCoreAnimationTransitions` to your `Podfile`:

pod 'MaterialMotionCoreAnimationTransitionsPlugin'
pod 'MaterialMotionCoreAnimationTransitions'

Then run the following command:

Expand All @@ -26,7 +26,7 @@ Then run the following command:

Import the framework:

@import MaterialMotionCoreAnimationTransitionsPlugin;
@import MaterialMotionCoreAnimationTransitions;

You will now have access to all of the APIs.

Expand All @@ -35,10 +35,10 @@ You will now have access to all of the APIs.
Check out a local copy of the repo to access the Catalog application by running the following
commands:

git clone https://github.com/material-motion/coreanimation-transitions-plugin-swift.git
cd coreanimation-transitions-plugin-swift
git clone https://github.com/material-motion/coreanimation-transitions-swift.git
cd coreanimation-transitions-swift
pod install
open MaterialMotionCoreAnimationTransitionsPlugin.xcworkspace
open MaterialMotionCoreAnimationTransitions.xcworkspace

## Guides

Expand All @@ -53,11 +53,11 @@ commands:

We welcome contributions!

Check out our [upcoming milestones](https://github.com/material-motion/coreanimation-transitions-plugin-swift/milestones).
Check out our [upcoming milestones](https://github.com/material-motion/coreanimation-transitions-swift/milestones).

Learn more about [our team](https://material-motion.gitbooks.io/material-motion-team/content/),
[our community](https://material-motion.gitbooks.io/material-motion-team/content/community/), and
our [contributor essentials](https://material-motion.gitbooks.io/material-motion-team/content/essentials/).
Learn more about [our team](https://material-motion.github.io/material-motion/team/),
[our community](https://material-motion.github.io/material-motion/team/community/), and
our [contributor essentials](https://material-motion.github.io/material-motion/team/essentials/).

## License

Expand Down
Loading

0 comments on commit 62b7b6c

Please sign in to comment.