Skip to content

Commit

Permalink
swift version file and podspec changed
Browse files Browse the repository at this point in the history
  • Loading branch information
XcodeYang committed May 25, 2017
1 parent ec1a61a commit 2a5d91d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
3.0
13 changes: 12 additions & 1 deletion XYDebugView.podspec
Expand Up @@ -14,7 +14,18 @@ s.source = { :git => 'https://github.com/ZhipingYang/XYDebugView.git', :ta

s.requires_arc = true

s.source_files = 'XYDebugView/XYDebugView/**/*'
# s.source_files = [
# "CLScanKit/ScanCarNumber/controller/*.{h,m,mm}",
# "CLScanKit/ScanCarNumber/view/*.{h,m}",
# "XYDebugView/XYDebugView/*.{h,m}",
# "CLScanKit/base/controller/*.{h,m}",
# "CLScanKit/base/model/CKScanCodeConfigModel.*",
# "CLScanKit/base/model/CKScanResultModel.*",
# "CLScanKit/base/controller/.{h,m}",
# "CLScanKit/base/plugin/*.{h,m}",
# "CLScanKit/SDK/LPR/*.{h,cpp}"
# ]
s.source_files = 'XYDebugView/**/*'

s.frameworks = 'UIKit'

Expand Down

0 comments on commit 2a5d91d

Please sign in to comment.