Skip to content

Commit

Permalink
Updated for 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemangshah committed Jul 6, 2017
1 parent 7fddd36 commit d010f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FeelingsView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'FeelingsView'
s.module_name = 'FeelingsView'
s.version = '1.0'
s.version = '2.0'
s.summary = 'Another rating view to share your feelings. 🎭'
s.description = 'Want to create a feedback view for your business. Feelings would be the best choise to add in your next iOS app.'
s.homepage = 'https://github.com/hemangshah/Feelings'
Expand All @@ -10,5 +10,5 @@ s.author = { 'hemangshah' => '[email protected]' }
s.source = { :git => 'https://github.com/hemangshah/Feelings.git', :tag => s.version.to_s }
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = 'Feelings/Feelings/FeelingsView/*.swift'
s.source_files = 'Feelings/Feelings/Source/*.swift'
end

0 comments on commit d010f04

Please sign in to comment.