Skip to content

Commit

Permalink
Merge pull request #3 from AlbGarciam/release/0.1.0
Browse files Browse the repository at this point in the history
Update name
  • Loading branch information
AlbGarciam authored Jun 13, 2019
2 parents 9af2ed7 + e29e872 commit 51bd903
Show file tree
Hide file tree
Showing 28 changed files with 326 additions and 389 deletions.
2 changes: 1 addition & 1 deletion CardTransition.podspec → CardStyleTransition.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

Pod::Spec.new do |s|
s.name = 'CardTransition'
s.name = 'CardStyleTransition'
s.version = '0.1.0'
s.summary = 'UI component which presents a view controller as a Card'

Expand Down
4 changes: 2 additions & 2 deletions Example/CardTransition.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,13 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-CardTransition_Example/Pods-CardTransition_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/CardTransition/CardTransition.framework",
"${BUILT_PRODUCTS_DIR}/CardStyleTransition/CardStyleTransition.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CardTransition.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CardStyleTransition.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
2 changes: 1 addition & 1 deletion Example/CardTransition/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import UIKit
import CardTransition
import CardStyleTransition

class ViewController: UIViewController {

Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use_frameworks!

target 'CardTransition_Example' do
pod 'CardTransition', :path => '../'
pod 'CardStyleTransition', :path => '../'

target 'CardTransition_Tests' do
inherit! :search_paths
Expand Down
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- CardTransition (0.1.0)
- CardStyleTransition (0.1.0)

DEPENDENCIES:
- CardTransition (from `../`)
- CardStyleTransition (from `../`)

EXTERNAL SOURCES:
CardTransition:
CardStyleTransition:
:path: "../"

SPEC CHECKSUMS:
CardTransition: 94aac48c6ce15cce12d30266fd67c2b85c228376
CardStyleTransition: d8448cfed394bdb9e3fd205adabf812708395fd9

PODFILE CHECKSUM: f81c42043bad257b7d0892cbea6c0136e8c9fb77
PODFILE CHECKSUM: 3f3d10356c2fc8fa1bb675ff0709d10cc4dc36d0

COCOAPODS: 1.6.0
23 changes: 23 additions & 0 deletions Example/Pods/Local Podspecs/CardStyleTransition.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions Example/Pods/Local Podspecs/CardTransition.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

457 changes: 226 additions & 231 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 51bd903

Please sign in to comment.