Skip to content

Commit

Permalink
Merge pull request #16 from jvanmetre/master
Browse files Browse the repository at this point in the history
Update pod spec to point at tag 0.0.1, instead of a commit.
  • Loading branch information
aryaxt committed Aug 27, 2013
2 parents 9c73151 + fb47a49 commit 1cfac55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS-Rich-Text-Editor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
:file => 'License.txt'
}
s.author = {'Aryan Gh' => 'https://github.com/aryaxt/iOS-Rich-Text-Editor'}
s.source = {:git => 'https://github.com/aryaxt/iOS-Rich-Text-Editor.git', :commit => '78d66f652328c85562e2580a16ab2e344fe60f9d'}
s.source = {:git => 'https://github.com/aryaxt/iOS-Rich-Text-Editor.git', :tag => '0.0.1'}
s.platform = :ios, '6.0'
s.source_files = 'RichTextEditor/Source/*.{h,m}','RichTextEditor/Source/Categories/*.{h,m}'
s.resources = ['RichTextEditor/Source/Assets/**/*']
Expand Down

0 comments on commit 1cfac55

Please sign in to comment.