-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77c031e
commit ff3f1b2
Showing
52 changed files
with
444 additions
and
2,574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "CDCodabarView" | ||
s.version = "0.1.0" | ||
s.summary = "Codabar Barcode Generator for iOS." | ||
s.homepage = "https://github.com/Coledunsby/CDCodabarView" | ||
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" | ||
s.license = 'MIT' | ||
s.author = { "Cole Dunsby" => "[email protected]" } | ||
s.source = { :git => "https://github.com/Coledunsby/CDCodabarView.git", :tag => s.version.to_s } | ||
s.platform = :ios, '8.0' | ||
s.requires_arc = true | ||
s.source_files = 'Pod/Classes/**/*' | ||
s.name = "CDCodabarView" | ||
s.version = "1.0.0" | ||
s.summary = "Codabar Barcode Generator for iOS." | ||
s.homepage = "https://github.com/Coledunsby/CDCodabarView" | ||
s.authors = { "Cole Dunsby" => "coledunsby@gmail.com" } | ||
s.license = { :type => "MIT", :file => 'LICENSE' } | ||
s.platform = :ios, "9.0" | ||
s.requires_arc = true | ||
s.source = { :git => "https://github.com/Coledunsby/CDCodabarView.git", :tag => "v/#{s.version}" } | ||
s.source_files = "CDCodabarView.swift" | ||
s.module_name = s.name | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.