Kaynağa Gözat

[Update] OJASwiftKit (0.0.4)

Phelthas 7 yıl önce
ebeveyn
işleme
913db80024
1 değiştirilmiş dosya ile 34 ekleme ve 0 silme
  1. 34 0
      OJASwiftKit/0.0.4/OJASwiftKit.podspec

+ 34 - 0
OJASwiftKit/0.0.4/OJASwiftKit.podspec

@@ -0,0 +1,34 @@
+Pod::Spec.new do |s|
+
+  s.platform = :ios
+  s.ios.deployment_target = '8.0'
+  s.name         = "OJASwiftKit"
+  s.requires_arc = true
+  s.summary      = "OJAKit 的swift版本"
+  s.description  = <<-DESC
+这个还必须写点啥!!?
+还不能比summary短!!?
+**********************
+OJAKit 的swift版本
+DESC
+
+  s.version      = "0.0.4"
+  s.license      = "MIT"
+  s.homepage     = "http://svn.ouj.com:3000/billthas"
+  s.author       = { "Phelthas" => "billthas@gmail.com" }
+
+  s.source       = { :git => "http://svn.ouj.com:3000/billthas/OJASwiftKit.git", :tag => "0.0.4" }
+  s.source_files  = "OJASwiftKit/*.swift"
+  s.frameworks = "Foundation", "UIKit"
+
+
+  # s.exclude_files = "Classes/Exclude"
+  # s.public_header_files = "OJASwiftKit/*.swift"
+  # s.resources = "Resources/*.png"
+
+  # s.libraries = "iconv", "xml2"
+
+  # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
+  # s.dependency "JSONKit", "~> 1.4"
+
+end