Skip to content

Commit ff6a5d3

Browse files
committed
pod spec 文件修改
1 parent 08ef2b7 commit ff6a5d3

File tree

14 files changed

+206
-78
lines changed

14 files changed

+206
-78
lines changed

.DS_Store

-2 KB
Binary file not shown.

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
2.3

PlayerDemo.xcodeproj/project.pbxproj

-54
Original file line numberDiff line numberDiff line change
@@ -122,29 +122,6 @@
122122
BF1623D71DF50011006209D1 /* time.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = time.png; sourceTree = "<group>"; };
123123
BF1623D81DF50011006209D1 /* video_play_btn_bg@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "video_play_btn_bg@2x.png"; sourceTree = "<group>"; };
124124
BF1623D91DF50011006209D1 /* WMPlayer.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = WMPlayer.gif; sourceTree = "<group>"; };
125-
BF1623DC1DF50011006209D1 /* MASCompositeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASCompositeConstraint.h; sourceTree = "<group>"; };
126-
BF1623DD1DF50011006209D1 /* MASCompositeConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASCompositeConstraint.m; sourceTree = "<group>"; };
127-
BF1623DE1DF50011006209D1 /* MASConstraint+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MASConstraint+Private.h"; sourceTree = "<group>"; };
128-
BF1623DF1DF50011006209D1 /* MASConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraint.h; sourceTree = "<group>"; };
129-
BF1623E01DF50011006209D1 /* MASConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraint.m; sourceTree = "<group>"; };
130-
BF1623E11DF50011006209D1 /* MASConstraintMaker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraintMaker.h; sourceTree = "<group>"; };
131-
BF1623E21DF50011006209D1 /* MASConstraintMaker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraintMaker.m; sourceTree = "<group>"; };
132-
BF1623E31DF50011006209D1 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASLayoutConstraint.h; sourceTree = "<group>"; };
133-
BF1623E41DF50011006209D1 /* MASLayoutConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASLayoutConstraint.m; sourceTree = "<group>"; };
134-
BF1623E51DF50011006209D1 /* Masonry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Masonry.h; sourceTree = "<group>"; };
135-
BF1623E61DF50011006209D1 /* MASUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASUtilities.h; sourceTree = "<group>"; };
136-
BF1623E71DF50011006209D1 /* MASViewAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASViewAttribute.h; sourceTree = "<group>"; };
137-
BF1623E81DF50011006209D1 /* MASViewAttribute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewAttribute.m; sourceTree = "<group>"; };
138-
BF1623E91DF50011006209D1 /* MASViewConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASViewConstraint.h; sourceTree = "<group>"; };
139-
BF1623EA1DF50011006209D1 /* MASViewConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewConstraint.m; sourceTree = "<group>"; };
140-
BF1623EB1DF50011006209D1 /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+MASAdditions.h"; sourceTree = "<group>"; };
141-
BF1623EC1DF50011006209D1 /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+MASAdditions.m"; sourceTree = "<group>"; };
142-
BF1623ED1DF50011006209D1 /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+MASShorthandAdditions.h"; sourceTree = "<group>"; };
143-
BF1623EE1DF50011006209D1 /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = "<group>"; };
144-
BF1623EF1DF50011006209D1 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = "<group>"; };
145-
BF1623F01DF50011006209D1 /* View+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASAdditions.h"; sourceTree = "<group>"; };
146-
BF1623F11DF50011006209D1 /* View+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "View+MASAdditions.m"; sourceTree = "<group>"; };
147-
BF1623F21DF50011006209D1 /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASShorthandAdditions.h"; sourceTree = "<group>"; };
148125
BF1623F41DF50011006209D1 /* MBProgressHUD+Show.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD+Show.h"; sourceTree = "<group>"; };
149126
BF1623F51DF50011006209D1 /* MBProgressHUD+Show.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD+Show.m"; sourceTree = "<group>"; };
150127
BF1623F61DF50011006209D1 /* MBProgressHUD.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = MBProgressHUD.bundle; sourceTree = "<group>"; };
@@ -334,7 +311,6 @@
334311
BF1623DA1DF50011006209D1 /* ThirdLib */ = {
335312
isa = PBXGroup;
336313
children = (
337-
BF1623DB1DF50011006209D1 /* Masonry */,
338314
BF1623F31DF50011006209D1 /* MBprogressHUD */,
339315
BF1623F91DF50011006209D1 /* MJRefresh */,
340316
BF1624261DF50011006209D1 /* ScreenShotBack */,
@@ -343,36 +319,6 @@
343319
path = ThirdLib;
344320
sourceTree = "<group>";
345321
};
346-
BF1623DB1DF50011006209D1 /* Masonry */ = {
347-
isa = PBXGroup;
348-
children = (
349-
BF1623DC1DF50011006209D1 /* MASCompositeConstraint.h */,
350-
BF1623DD1DF50011006209D1 /* MASCompositeConstraint.m */,
351-
BF1623DE1DF50011006209D1 /* MASConstraint+Private.h */,
352-
BF1623DF1DF50011006209D1 /* MASConstraint.h */,
353-
BF1623E01DF50011006209D1 /* MASConstraint.m */,
354-
BF1623E11DF50011006209D1 /* MASConstraintMaker.h */,
355-
BF1623E21DF50011006209D1 /* MASConstraintMaker.m */,
356-
BF1623E31DF50011006209D1 /* MASLayoutConstraint.h */,
357-
BF1623E41DF50011006209D1 /* MASLayoutConstraint.m */,
358-
BF1623E51DF50011006209D1 /* Masonry.h */,
359-
BF1623E61DF50011006209D1 /* MASUtilities.h */,
360-
BF1623E71DF50011006209D1 /* MASViewAttribute.h */,
361-
BF1623E81DF50011006209D1 /* MASViewAttribute.m */,
362-
BF1623E91DF50011006209D1 /* MASViewConstraint.h */,
363-
BF1623EA1DF50011006209D1 /* MASViewConstraint.m */,
364-
BF1623EB1DF50011006209D1 /* NSArray+MASAdditions.h */,
365-
BF1623EC1DF50011006209D1 /* NSArray+MASAdditions.m */,
366-
BF1623ED1DF50011006209D1 /* NSArray+MASShorthandAdditions.h */,
367-
BF1623EE1DF50011006209D1 /* NSLayoutConstraint+MASDebugAdditions.h */,
368-
BF1623EF1DF50011006209D1 /* NSLayoutConstraint+MASDebugAdditions.m */,
369-
BF1623F01DF50011006209D1 /* View+MASAdditions.h */,
370-
BF1623F11DF50011006209D1 /* View+MASAdditions.m */,
371-
BF1623F21DF50011006209D1 /* View+MASShorthandAdditions.h */,
372-
);
373-
path = Masonry;
374-
sourceTree = "<group>";
375-
};
376322
BF1623F31DF50011006209D1 /* MBprogressHUD */ = {
377323
isa = PBXGroup;
378324
children = (
Binary file not shown.

PlayerDemo/VideoCell.xib

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<dependencies>
44
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
55
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
6-
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
76
</dependencies>
87
<objects>
98
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>

PlayerDemo/ViewControllers/SinaNewsViewController.xib

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<dependencies>
44
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
5-
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
65
</dependencies>
76
<objects>
87
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SinaNewsViewController">

PlayerDemo/ViewControllers/TencentNewsViewController.xib

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<dependencies>
44
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
5-
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
65
</dependencies>
76
<objects>
87
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TencentNewsViewController">

PlayerDemo/ViewControllers/TestViewController.xib

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<dependencies>
44
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11201"/>
55
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
6-
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
76
</dependencies>
87
<objects>
98
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TestViewController">

PlayerDemo/WMPlayer/View/FastForwardView.xib

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<dependencies>
44
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
55
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
6-
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
76
</dependencies>
87
<objects>
98
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>

Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# platform :ios, '9.0'
33

44
target 'PlayerDemo' do
5-
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
6-
# use_frameworks!
5+
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
6+
# use_frameworks!
77

8-
# Pods for PlayerDemo
8+
# Pods for PlayerDemo
99

10-
pod 'Masonry'
10+
pod 'Masonry'
1111

1212
end

Pods/Pods.xcodeproj/xcuserdata/boai.xcuserdatad/xcschemes/Masonry.xcscheme

+80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/boai.xcuserdatad/xcschemes/Pods-PlayerDemo.xcscheme

+80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/boai.xcuserdatad/xcschemes/xcschememanagement.plist

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WMPlayer.podspec

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
Pod::Spec.new do |s|
2+
23
s.name = "WMPlayer"
34
s.version = "3.0.0"
45
s.summary = "A lightweight UIView for iOS to play local or network video,base on AVPlayer."
5-
s.homepage = 'https://github.com/zhengwenming/WMPlayer'
6-
s.license = 'MIT'
6+
s.homepage = "https://github.com/zhengwenming/WMPlayer"
7+
s.license = "MIT"
78
s.authors = { 'zhengwenming' => '740747055@qq.com' }
89
s.platform = :ios, '7.0'
910
s.source = { :git => 'https://github.com/zhengwenming/WMPlayer.git', :tag => s.version.to_s }
10-
s.source_files = 'WMPlayer/Player/*.{h,m}’
11-
s.resource = 'WMPlayer/Player/WMPlayer.bundle'
12-
s.framework = 'UIKit','MediaPlayer'
13-
s.dependency 'Masonry'
14-
s.requires_arc = true
15-
end
16-
17-
18-
19-
20-
21-
2211

12+
s.source_files = "WMPlayer", "WMPlayer/**/*.{h,m}"
13+
s.resource = "WMPlayer/WMPlayer.bundle"
14+
s.framework = "UIKit","MediaPlayer"
2315

16+
s.requires_arc = true
2417

18+
s.dependency "Masonry"
2519

20+
end

0 commit comments

Comments
 (0)