We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf0358 commit 6d608a3Copy full SHA for 6d608a3
Pastel.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'Pastel'
11
- s.version = '0.1.1'
+ s.version = '0.1.2'
12
s.summary = 'Instagram like gradient background animation'
13
14
# This description is used to generate tags and improve search results.
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
23
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
24
s.license = { :type => 'MIT', :file => 'LICENSE' }
25
s.author = { 'cruz' => '[email protected]' }
26
- s.source = { :git => 'https://github.com/cruz/Pastel.git', :tag => s.version.to_s }
+ s.source = { :git => 'https://github.com/cruisediary/Pastel.git', :tag => s.version.to_s }
27
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
28
29
s.ios.deployment_target = '8.0'
0 commit comments