Commit b60b4e26311a57f2711be7e0330a87936df58a69

Authored by 张旭
1 parent d80958ee

no message

DSCnliveShopSDK.podspec
... ... @@ -8,8 +8,8 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'DSCnliveShopSDK'
11   - s.version = '0.1.0'
12   - s.summary = 'A short description of DSCnliveShopSDK.'
  11 + s.version = '0.0.1'
  12 + s.summary = 'cnlive电商SDK'
13 13  
14 14 # This description is used to generate tags and improve search results.
15 15 # * Think: What does it do? Why did you write it? What is the focus?
... ... @@ -21,14 +21,14 @@ Pod::Spec.new do |s|
21 21 TODO: Add long description of the pod here.
22 22 DESC
23 23  
24   - s.homepage = 'https://github.com/oldSixMrZhang/DSCnliveShopSDK'
  24 + s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK'
25 25 # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26 26 s.license = { :type => 'MIT', :file => 'LICENSE' }
27 27 s.author = { 'oldSixMrZhang' => 'zhangxu@cnlive.com' }
28   - s.source = { :git => 'https://github.com/oldSixMrZhang/DSCnliveShopSDK.git', :tag => s.version.to_s }
  28 + s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK.git', :tag => s.version.to_s }
29 29 # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30 30  
31   - s.ios.deployment_target = '8.0'
  31 + s.ios.deployment_target = '9.0'
32 32  
33 33 s.source_files = 'DSCnliveShopSDK/Classes/**/*'
34 34  
... ... @@ -39,4 +39,5 @@ TODO: Add long description of the pod here.
39 39 # s.public_header_files = 'Pod/Classes/**/*.h'
40 40 # s.frameworks = 'UIKit', 'MapKit'
41 41 # s.dependency 'AFNetworking', '~> 2.3'
  42 +
42 43 end
... ...
Example/DSCnliveShopSDK.xcodeproj/project.pbxproj
... ... @@ -39,7 +39,7 @@
39 39 /* Begin PBXFileReference section */
40 40 1099799ED0E9DC5A081F2DE8 /* Pods-DSCnliveShopSDK_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSCnliveShopSDK_Example.debug.xcconfig"; path = "Target Support Files/Pods-DSCnliveShopSDK_Example/Pods-DSCnliveShopSDK_Example.debug.xcconfig"; sourceTree = "<group>"; };
41 41 4479C083713ABDF7F9318B64 /* Pods-DSCnliveShopSDK_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSCnliveShopSDK_Example.release.xcconfig"; path = "Target Support Files/Pods-DSCnliveShopSDK_Example/Pods-DSCnliveShopSDK_Example.release.xcconfig"; sourceTree = "<group>"; };
42   - 53DA36176E7E0885CB093AD3 /* DSCnliveShopSDK.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = DSCnliveShopSDK.podspec; path = ../DSCnliveShopSDK.podspec; sourceTree = "<group>"; };
  42 + 53DA36176E7E0885CB093AD3 /* DSCnliveShopSDK.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = DSCnliveShopSDK.podspec; path = ../DSCnliveShopSDK.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
43 43 6003F58A195388D20070C39A /* DSCnliveShopSDK_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DSCnliveShopSDK_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
44 44 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
45 45 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
... ...
Example/Podfile
1 1 use_frameworks!
2 2  
3   -platform :ios, '8.0'
  3 +platform :ios, '9.0'
4 4  
5 5 target 'DSCnliveShopSDK_Example' do
6 6 pod 'DSCnliveShopSDK', :path => '../'
... ...
README.md
1 1 # DSCnliveShopSDK
2 2  
  3 +
  4 +
  5 +
3 6 [![CI Status](https://img.shields.io/travis/oldSixMrZhang/DSCnliveShopSDK.svg?style=flat)](https://travis-ci.org/oldSixMrZhang/DSCnliveShopSDK)
4 7 [![Version](https://img.shields.io/cocoapods/v/DSCnliveShopSDK.svg?style=flat)](https://cocoapods.org/pods/DSCnliveShopSDK)
5 8 [![License](https://img.shields.io/cocoapods/l/DSCnliveShopSDK.svg?style=flat)](https://cocoapods.org/pods/DSCnliveShopSDK)
... ...