Skip to content

Commit 1cfac55

Browse files
committed
Merge pull request #16 from jvanmetre/master
Update pod spec to point at tag 0.0.1, instead of a commit.
2 parents 9c73151 + fb47a49 commit 1cfac55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iOS-Rich-Text-Editor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
:file => 'License.txt'
1010
}
1111
s.author = {'Aryan Gh' => 'https://github.com/aryaxt/iOS-Rich-Text-Editor'}
12-
s.source = {:git => 'https://github.com/aryaxt/iOS-Rich-Text-Editor.git', :commit => '78d66f652328c85562e2580a16ab2e344fe60f9d'}
12+
s.source = {:git => 'https://github.com/aryaxt/iOS-Rich-Text-Editor.git', :tag => '0.0.1'}
1313
s.platform = :ios, '6.0'
1414
s.source_files = 'RichTextEditor/Source/*.{h,m}','RichTextEditor/Source/Categories/*.{h,m}'
1515
s.resources = ['RichTextEditor/Source/Assets/**/*']

0 commit comments

Comments
 (0)