Skip to content

Commit

Permalink
[Fix] Specify (0.0.2)
Browse files Browse the repository at this point in the history
Reference Inline ~> 0.1.0 specifically. 0.2.0 breaks build.
  • Loading branch information
ryanmasondavies committed Feb 12, 2013
1 parent c495d55 commit d0262ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specify/0.0.2/Specify.podspec
Expand Up @@ -11,5 +11,5 @@ Pod::Spec.new do |s|
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
s.requires_arc = true
s.dependency 'Inline'
s.dependency 'Inline', '~> 0.1.0'
end

0 comments on commit d0262ab

Please sign in to comment.