ソースを参照

Modify podspec

Modify podspec
MJLee 11 年 前
コミット
2650843c05
2 ファイル変更5 行追加5 行削除
  1. 1 1
      LICENSE
  2. 4 4
      MJRefresh.podspec

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2013-2014 MJRefresh (https://github.com/CoderMJLee/MJRefresh)
+Copyright (c) 2013-2015 MJRefresh (https://github.com/CoderMJLee/MJRefresh)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 4 - 4
MJRefresh.podspec

@@ -1,13 +1,13 @@
 Pod::Spec.new do |s|
   s.name         = "MJRefresh"
-  s.version      = "1.0"
+  s.version      = "0.0.1"
   s.summary      = "The easiest way to use pull-to-refresh"
   s.homepage     = "https://github.com/CoderMJLee/MJRefresh"
   s.screenshots  = "http://code4app.qiniudn.com/photo/52326ce26803fabc46000000_18.gif"
-  s.license      = { :type => "MIT", :file => "LICENSE" }
-  s.authors      = { 'CoderMJLee' => '199109106@qq.com'}
+  s.license      = "MIT"
+  s.authors      = { 'MJ Lee' => '199109106@qq.com'}
   s.platform     = :ios, "6.0"
-  s.source       = { :git => "https://github.com/CoderMJLee/MJRefresh.git", :branch => "master" }
+  s.source       = { :git => "https://github.com/CoderMJLee/MJRefresh.git", :tag => "0.0.1" }
   s.source_files = "MJRefreshExample/MJRefreshExample/MJRefresh/*.{h,m}"
   s.resource     = "MJRefreshExample/MJRefreshExample/MJRefresh/MJRefresh.bundle"
   s.requires_arc = true