|
@@ -25,10 +25,10 @@ TODO: Add long description of the pod here.
|
|
|
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { 'harry' => 'hz_hzq@126.com' }
|
|
|
- s.source = { :git => 'https://github.com/harry/BFRouter.git', :tag => s.version.to_s }
|
|
|
+ s.source = { :git => 'https://git.yishihui.com/iOS/BFRouter.git', :tag => s.version.to_s }
|
|
|
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
|
|
|
|
|
|
- s.ios.deployment_target = '9.0'
|
|
|
+ s.ios.deployment_target = '10.0'
|
|
|
|
|
|
s.source_files = 'BFRouter/Classes/**/*'
|
|
|
|