Last active
August 29, 2015 14:21
-
-
Save 3ign0n/3d1b787555199392247b to your computer and use it in GitHub Desktop.
starIOPrintSDK.podspec for 3.13.1
This file contains hidden or 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
Pod::Spec.new do |s| | |
s.name = "starIOPrintSDK" | |
s.version = "3.13.1" | |
s.summary = "Star Micronics iOS Print SDK" | |
s.description = " This package contains StarIO and its SDK.\n StarIO is a library for supporting to develope application for Star printers.\n\n StarIO.framework version: 1.19.2\n Supported OS: iOS 5.1.1 - 8.2\n\n Please refer to document including this package for details.\n" | |
s.homepage = "http://www.starmicronics.com/support/sdkdocumentation.aspx" | |
s.platform = :ios, "5.1.1" | |
s.license = { :type => "Commercial", :text => " This package contains StarIO and its SDK.\n StarIO is a library for supporting to develope application for Star printers.\n\n StarIO.framework version: 1.19.2\n Supported OS: iOS 5.1.1 - 8.2\n\n Please refer to document including this package for details.\n" } | |
s.author = { "Star Micronics Co., Ltd.": "[email protected]" } | |
s.source = { :http => "http://www.starmicronics.com/support/zipfile.aspx?sat2=203&id=203&type=4&referrer=cocoapods", :type => "zip", :sha1 => "2f75c91c83a014bda16b5c6692bf9d287c4dd1e7" } | |
s.framework = "UIKit" | |
s.framework = "CoreGraphics" | |
s.framework = "ExternalAccessory" | |
s.libraries = "z" | |
s.prepare_command = "touch Empty.m && cp StarIO_iOS_SDK_V3_13_1_20150316/Distributables/StarIO.framework/StarIO libStarIO.a" | |
s.preserve_paths = "StarIO_iOS_SDK_V3_13_1_20150316/Distributables/*.framework" | |
s.public_header_files = "StarIO_iOS_SDK_V3_13_1_20150316/Distributables/StarIO.framework/**/*.h" | |
s.source_files = "Empty.m", "StarIO_iOS_SDK_V3_13_1_20150316/Distributables/StarIO.framework/**/*.h" | |
s.vendored_libraries = "libStarIO.a" | |
s.requires_arc = false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment