Commit b60b4e26311a57f2711be7e0330a87936df58a69
1 parent
d80958ee
no message
Showing
4 changed files
with
11 additions
and
7 deletions
DSCnliveShopSDK.podspec
| @@ -8,8 +8,8 @@ | @@ -8,8 +8,8 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'DSCnliveShopSDK' | 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 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
| 15 | # * Think: What does it do? Why did you write it? What is the focus? | 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,14 +21,14 @@ Pod::Spec.new do |s| | ||
| 21 | TODO: Add long description of the pod here. | 21 | TODO: Add long description of the pod here. |
| 22 | DESC | 22 | DESC |
| 23 | 23 | ||
| 24 | - s.homepage = 'https://github.com/oldSixMrZhang/DSCnliveShopSDK' | 24 | + s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' |
| 25 | # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | 25 | # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' |
| 26 | s.license = { :type => 'MIT', :file => 'LICENSE' } | 26 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
| 27 | s.author = { 'oldSixMrZhang' => 'zhangxu@cnlive.com' } | 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 | # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | 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 | s.source_files = 'DSCnliveShopSDK/Classes/**/*' | 33 | s.source_files = 'DSCnliveShopSDK/Classes/**/*' |
| 34 | 34 | ||
| @@ -39,4 +39,5 @@ TODO: Add long description of the pod here. | @@ -39,4 +39,5 @@ TODO: Add long description of the pod here. | ||
| 39 | # s.public_header_files = 'Pod/Classes/**/*.h' | 39 | # s.public_header_files = 'Pod/Classes/**/*.h' |
| 40 | # s.frameworks = 'UIKit', 'MapKit' | 40 | # s.frameworks = 'UIKit', 'MapKit' |
| 41 | # s.dependency 'AFNetworking', '~> 2.3' | 41 | # s.dependency 'AFNetworking', '~> 2.3' |
| 42 | + | ||
| 42 | end | 43 | end |
Example/DSCnliveShopSDK.xcodeproj/project.pbxproj
| @@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
| 39 | /* Begin PBXFileReference section */ | 39 | /* Begin PBXFileReference section */ |
| 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>"; }; | 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 | 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>"; }; | 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 | 6003F58A195388D20070C39A /* DSCnliveShopSDK_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DSCnliveShopSDK_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 43 | 6003F58A195388D20070C39A /* DSCnliveShopSDK_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DSCnliveShopSDK_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 44 | 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | 44 | 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
| 45 | 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | 45 | 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
Example/Podfile
README.md
| 1 | # DSCnliveShopSDK | 1 | # DSCnliveShopSDK |
| 2 | 2 | ||
| 3 | + | ||
| 4 | + | ||
| 5 | + | ||
| 3 | [](https://travis-ci.org/oldSixMrZhang/DSCnliveShopSDK) | 6 | [](https://travis-ci.org/oldSixMrZhang/DSCnliveShopSDK) |
| 4 | [](https://cocoapods.org/pods/DSCnliveShopSDK) | 7 | [](https://cocoapods.org/pods/DSCnliveShopSDK) |
| 5 | [](https://cocoapods.org/pods/DSCnliveShopSDK) | 8 | [](https://cocoapods.org/pods/DSCnliveShopSDK) |