Skip to content

Commit

Permalink
podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Barreto committed Jun 23, 2014
1 parent fd779a5 commit d36173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XLForm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.source_files = 'XLForm/XL/**/*.{h,m}'
s.requires_arc = true
s.ios.deployment_target = '7.0'
s.ios.frameworks = 'UIKit', 'Foundation'
s.ios.frameworks = 'UIKit', 'Foundation', 'CoreGraphics'
s.resource = 'XLForm/XLForm.bundle'
end

0 comments on commit d36173c

Please sign in to comment.