Skip to content

Commit

Permalink
Merge pull request #21 from niveus/fix-podspec
Browse files Browse the repository at this point in the history
Fix podspec
  • Loading branch information
cezarywojcik committed Nov 24, 2014
2 parents d159a08 + 8483942 commit 025a5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CWPopup.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/cezarywojcik/CWPopup.git",
:tag => s.version.to_s }
s.source_files = 'CWPopup'
s.requires_arc = true,
s.requires_arc = true
s.compiler_flags = '-fmodules'
end

0 comments on commit 025a5f8

Please sign in to comment.