Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Commit

Permalink
Podspec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejBalantic committed May 16, 2014
1 parent a0b32e9 commit b0e6066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MBAutoGrowingTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/skavt"
s.platform = :ios
s.source = { :git => "https://github.com/MatejBalantic/MBLocationManager.git", :tag => "0.1.0" }
s.source_files = 'Classes', 'MBAutoGrowingTextView/*.{h,m}'
s.source_files = 'MBAutoGrowingTextView/*.{h,m}'
s.requires_arc = true
end

0 comments on commit b0e6066

Please sign in to comment.