|
@@ -0,0 +1,38 @@
|
|
|
+#
|
|
|
+# Be sure to run `pod lib lint OJAResourceLoaderManager.podspec' to ensure this is a
|
|
|
+# valid spec before submitting.
|
|
|
+#
|
|
|
+# Any lines starting with a # are optional, but their use is encouraged
|
|
|
+# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
|
|
|
+#
|
|
|
+
|
|
|
+Pod::Spec.new do |s|
|
|
|
+ s.name = 'OJAResourceLoaderManager'
|
|
|
+ s.version = '0.1.1'
|
|
|
+ s.summary = '自己写的resourceLoader,先凑合着用,有时间再优化。'
|
|
|
+
|
|
|
+
|
|
|
+ s.description = <<-DESC
|
|
|
+ 这个不写还不行。。。服了,私有repo而已。。。还得比summary要长。。。敢不敢让人省点心
|
|
|
+ DESC
|
|
|
+
|
|
|
+ s.homepage = 'https://github.com/Phelthas'
|
|
|
+ # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
|
|
|
+ s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
+ s.author = { 'billthas@gmail.com' => 'billthas@gmail.com' }
|
|
|
+ s.source = { :git => 'http://svn.ouj.com:3000/billthas/OJAResourceLoaderManager.git', :tag => s.version.to_s }
|
|
|
+ s.swift_version = '4.1'
|
|
|
+ # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
|
|
|
+
|
|
|
+ s.ios.deployment_target = '8.0'
|
|
|
+
|
|
|
+ s.source_files = 'OJAResourceLoaderManager/**/*'
|
|
|
+
|
|
|
+ # s.resource_bundles = {
|
|
|
+ # 'OJAResourceLoaderManager' => ['OJAResourceLoaderManager/Assets/*.png']
|
|
|
+ # }
|
|
|
+
|
|
|
+ # s.public_header_files = 'Pod/Classes/**/*.h'
|
|
|
+ # s.frameworks = 'UIKit', 'MapKit'
|
|
|
+ s.dependency 'AFNetworking', '~> 3.2.1'
|
|
|
+end
|