Skip to content

Commit 6e9ae28

Browse files
authored
Merge pull request #5 from cruisediary/feature/support-carthage
Support Carthage
2 parents 8d89ab3 + 6971a4a commit 6e9ae28

File tree

13 files changed

+687
-4
lines changed

13 files changed

+687
-4
lines changed

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PODS:
1111
- FBSnapshotTestCase (~> 2.0)
1212
- Nimble
1313
- Quick
14-
- Pastel (0.2.0)
14+
- Pastel (0.2.1)
1515
- Quick (1.0.0)
1616

1717
DEPENDENCIES:
@@ -29,7 +29,7 @@ SPEC CHECKSUMS:
2929
FBSnapshotTestCase: '094f9f314decbabe373b87cc339bea235a63e07a'
3030
Nimble: 415e3aa3267e7bc2c96b05fa814ddea7bb686a29
3131
Nimble-Snapshots: e743439f26c2fa99d8f7e0d7c01c99bcb40aa6f2
32-
Pastel: 6492bade2f6e872fae1ab9a81b508f725b016757
32+
Pastel: fec136079805e14122c087755ad9be886d85e4e7
3333
Quick: 8024e4a47e6cc03a9d5245ef0948264fc6d27cff
3434

3535
PODFILE CHECKSUM: 4b3b84bc6975347b7d6bb632580cfb849aeec4fc

Pastel.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Pastel'
11-
s.version = '0.2.0'
11+
s.version = '0.2.1'
1212
s.summary = 'Instagram like gradient background animation'
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)