Skip to content

Commit

Permalink
[Add] AZNSDateKiwiMatcher (0.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 7, 2014
1 parent 2de2fc9 commit d0d64a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions AZNSDateKiwiMatcher/0.0.2/AZNSDateKiwiMatcher.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "AZNSDateKiwiMatcher"
s.version = "0.0.2"
s.summary = "Kiwi Custom Matcher for Date comparing."
s.homepage = "https://github.com/azu/AZNSDateKiwiMatcher"
s.license = {:type => "MIT", :file => "LICENSE"}
s.author = {"azu" => "info@efcl.info"}
s.source = {
:git => "https://github.com/azu/AZNSDateKiwiMatcher.git",
:tag => s.version.to_s
}
s.ios.deployment_target = '5.0'
s.source_files ="AZNSDateKiwiMatcher/**/*.{h,m}"
s.requires_arc = true
s.dependency "Kiwi/XCTest"
end

0 comments on commit d0d64a5

Please sign in to comment.