Skip to content

Commit

Permalink
Updated Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyguitar committed Aug 1, 2013
1 parent c1b6888 commit 9f555d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSObject-ObjectMap.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Pod::Spec.new do |s|
s.author = { "uacaps" => "[email protected]" }
s.source = { :git => "https://github.com/uacaps/NSObject-ObjectMap.git", :tag => "1.0.0" }
s.platform = :ios, '5.0'
s.source_files = '/NSObject-ObjectMap/*.{h,m}'
s.source_files = 'NSObject-ObjectMap/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 9f555d3

Please sign in to comment.