Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMPhobos
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMPhobos
Commits
580bc7b8
Commit
580bc7b8
authored
Sep 11, 2017
by
汪洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除掉对GMKit版本号的依赖
parent
130375bc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
9 deletions
+10
-9
Podfile
Example/Podfile
+2
-1
Podfile.lock
Example/Podfile.lock
+3
-3
GMPhobos.podspec.json
Example/Pods/Local Podspecs/GMPhobos.podspec.json
+1
-1
Manifest.lock
Example/Pods/Manifest.lock
+3
-3
project.pbxproj
Example/Pods/Pods.xcodeproj/project.pbxproj
+0
-0
GMPhobos.podspec
GMPhobos.podspec
+1
-1
No files found.
Example/Podfile
View file @
580bc7b8
source
'https://github.com/CocoaPods/Specs.git'
source
'git@git.gengmei.cc:gengmeiios/GMSpecs.git'
platform
:ios
,
'8.0'
use_frameworks!
inhibit_all_warnings!
target
'GMPhobos_Example'
do
...
...
Example/Podfile.lock
View file @
580bc7b8
...
...
@@ -38,7 +38,7 @@ PODS:
- GMOCConstant (0.0.4)
- GMPhobos (0.4.3):
- GMCache (~> 0.1.1)
- GMKit
(~> 0.7.38)
- GMKit
- Masonry (1.0.1)
- SDWebImage (3.7.6):
- SDWebImage/Core (= 3.7.6)
...
...
@@ -58,11 +58,11 @@ SPEC CHECKSUMS:
GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13
GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380
GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290
GMPhobos:
0ea014fdc0297723107167cf58799e320a719850
GMPhobos:
da7426e74b2b9ac0ae41d4b592e48e73cfa2952e
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM:
281ed5ce2f0e8e2e49cc13b1e4726e6686ac609
5
PODFILE CHECKSUM:
042fbaf49eb2f2cacb406cb092012b45b9a256a
5
COCOAPODS: 1.2.1
Example/Pods/Local Podspecs/GMPhobos.podspec.json
View file @
580bc7b8
...
...
@@ -22,7 +22,7 @@
"~> 0.1.1"
],
"GMKit"
:
[
"~> 0.7.38"
]
},
"libraries"
:
"z"
...
...
Example/Pods/Manifest.lock
View file @
580bc7b8
...
...
@@ -38,7 +38,7 @@ PODS:
- GMOCConstant (0.0.4)
- GMPhobos (0.4.3):
- GMCache (~> 0.1.1)
- GMKit
(~> 0.7.38)
- GMKit
- Masonry (1.0.1)
- SDWebImage (3.7.6):
- SDWebImage/Core (= 3.7.6)
...
...
@@ -58,11 +58,11 @@ SPEC CHECKSUMS:
GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13
GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380
GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290
GMPhobos:
0ea014fdc0297723107167cf58799e320a719850
GMPhobos:
da7426e74b2b9ac0ae41d4b592e48e73cfa2952e
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM:
281ed5ce2f0e8e2e49cc13b1e4726e6686ac609
5
PODFILE CHECKSUM:
042fbaf49eb2f2cacb406cb092012b45b9a256a
5
COCOAPODS: 1.2.1
Example/Pods/Pods.xcodeproj/project.pbxproj
View file @
580bc7b8
This diff is collapsed.
Click to expand it.
GMPhobos.podspec
View file @
580bc7b8
...
...
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s
.
source_files
=
'Pod/Classes/**/*'
s
.
dependency
'
GMCache
'
,
'~> 0.1.1'
s
.
dependency
'
GMKit
'
,
'~> 0.7.38'
s
.
dependency
'
GMKit
'
s
.
library
=
'z'
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment