Skip to content

Commit 7cf3954

Browse files
committed
add pod support maybe
1 parent cbeabd3 commit 7cf3954

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

ESFileManager.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
D42DBBD5246E9FC70065641B /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = D42DBBD4246E9FC70065641B /* README.md */; };
11+
D4B11B212472F61B001647DA /* ESPFileManager.podspec in Resources */ = {isa = PBXBuildFile; fileRef = D4B11B202472F61B001647DA /* ESPFileManager.podspec */; };
1112
D4BDE4D5246C4EC800E745E1 /* ESFileNameModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4BDE4D4246C4EC800E745E1 /* ESFileNameModel.swift */; };
1213
D4EA4622246C0683003C40D6 /* ESFileManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4EA4618246C0682003C40D6 /* ESFileManager.framework */; };
1314
D4EA4627246C0683003C40D6 /* ESFileManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4EA4626246C0683003C40D6 /* ESFileManagerTests.swift */; };
@@ -58,6 +59,7 @@
5859

5960
/* Begin PBXFileReference section */
6061
D42DBBD4246E9FC70065641B /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
62+
D4B11B202472F61B001647DA /* ESPFileManager.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ESPFileManager.podspec; sourceTree = "<group>"; };
6163
D4BDE4D4246C4EC800E745E1 /* ESFileNameModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ESFileNameModel.swift; sourceTree = "<group>"; };
6264
D4EA4618246C0682003C40D6 /* ESFileManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ESFileManager.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6365
D4EA461B246C0683003C40D6 /* ESFileManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ESFileManager.h; sourceTree = "<group>"; };
@@ -118,6 +120,7 @@
118120
isa = PBXGroup;
119121
children = (
120122
D42DBBD4246E9FC70065641B /* README.md */,
123+
D4B11B202472F61B001647DA /* ESPFileManager.podspec */,
121124
D4EA461A246C0683003C40D6 /* ESFileManager */,
122125
D4EA4625246C0683003C40D6 /* ESFileManagerTests */,
123126
D4FCD006246EB88800B85CA6 /* ESFileManagerExample_iOS */,
@@ -326,6 +329,7 @@
326329
buildActionMask = 2147483647;
327330
files = (
328331
D42DBBD5246E9FC70065641B /* README.md in Resources */,
332+
D4B11B212472F61B001647DA /* ESPFileManager.podspec in Resources */,
329333
);
330334
runOnlyForDeploymentPostprocessing = 0;
331335
};
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Pod::Spec.new do |s|
22

33
# 1
44
s.platforms = { :ios => "11.0", :osx => "10.14", :watchos => "5.0", :tvos => "10.0" }
5-
s.name = "ESFileManager"
5+
s.name = "ESPFileManager"
66
s.summary = "ESFileManager swift 5.1 framework for advanced write and read file from your local iOS storage."
77
s.requires_arc = true
88

99
# 2
10-
s.version = "0.0.4"
10+
s.version = "0.0.5"
1111

1212
# 3
1313
s.license = { :type => "MIT", :file => "LICENSE" }

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Add ESFileManager git url to you project and it install automatically
1313
Just add ESFileManager to your podfile like this
1414

1515
```swift
16-
pod 'ESFileManager', :git => 'https://github.com/ESKARIA/ESFileManager.git'
16+
pod 'ESPFileManager'
1717
```
1818

19-
Why we used git url? Cause lib with name "ESFIleManager" exist on cocoapods trunk ((
19+
Why it called esPfilemanager? Cause one guy create lib with name ESFIleManager before i do
20+
2021

2122
# Usage
2223

0 commit comments

Comments
 (0)