forked from han9kin/iso8601
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ISO8601.podspec
25 lines (22 loc) · 983 Bytes
/
ISO8601.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Be sure to run `pod lib lint NAME.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "ISO8601"
s.version = "0.1.9"
s.summary = "ISO8601 formatter"
s.homepage = "http://github.com/PAM-AS/"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
# s.license = 'MIT'
s.author = { "han9kin" => "[email protected]" }
s.source = { :git => "https://github.com/PAM-AS/iso8601.git", :tag => s.version.to_s }
s.requires_arc = false
s.source_files = 'ISO8601/NJISO8601Formatter.{h,m}', 'ISO8601/NJISO8601Parser.{h,m}'
s.resources = 'tools/*'
# s.prepare_command = <<-CMD
# ./Tools/re2c -cs -t "./ISO8601/NJISO8601Parser.h" -o "./ISO8601/NJISO8601Parser.m" ./ISO8601/NJISO8601Parser.re
# CMD
end