Added readme.md file

This commit is contained in:
manaknightdev
2023-03-14 01:41:53 +05:30
parent 29728f891f
commit de161ad435
4 changed files with 10 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Project Setup
In order to run this application, you need to install the pod. Open the terminal and go to root folder of the project. Run command pod install on terminal, it will install all the required dependency.
In DataManager class, you will find the all types of API's class structure, POST, GET, PUT, MULTIFORM DATA, JSON Request.
In Constant class, you can change your server host there.
BIN
View File
Binary file not shown.
@@ -10,6 +10,7 @@
24DB0481E1EABAD12B7F9E91 /* Pods_iOSTask.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E743552251D600917E62470 /* Pods_iOSTask.framework */; };
4B455EA8681A0977B58BEAA4 /* Pods_iOSTask_iOSTaskUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35009A670763D9D225FEF0FB /* Pods_iOSTask_iOSTaskUITests.framework */; };
B6D0747A43333D59037F7B3A /* Pods_iOSTaskTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DAD2251CF9A6530F5BC0787D /* Pods_iOSTaskTests.framework */; };
D1744ED829BFB8FC00D7E0BD /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = D1744ED729BFB8FB00D7E0BD /* README.md */; };
D1B2773029BF96150053BE1E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B2772F29BF96150053BE1E /* AppDelegate.swift */; };
D1B2773229BF96150053BE1E /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B2773129BF96150053BE1E /* SceneDelegate.swift */; };
D1B2773429BF96150053BE1E /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B2773329BF96150053BE1E /* ViewController.swift */; };
@@ -49,6 +50,7 @@
6675E8670278475C4CF51548 /* Pods-iOSTaskTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOSTaskTests.debug.xcconfig"; path = "Target Support Files/Pods-iOSTaskTests/Pods-iOSTaskTests.debug.xcconfig"; sourceTree = "<group>"; };
BEEC1AE7B112A59458DB164D /* Pods-iOSTask.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOSTask.release.xcconfig"; path = "Target Support Files/Pods-iOSTask/Pods-iOSTask.release.xcconfig"; sourceTree = "<group>"; };
C92D8CCABA292C5774567CDF /* Pods-iOSTask.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOSTask.debug.xcconfig"; path = "Target Support Files/Pods-iOSTask/Pods-iOSTask.debug.xcconfig"; sourceTree = "<group>"; };
D1744ED729BFB8FB00D7E0BD /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
D1B2772C29BF96150053BE1E /* iOSTask.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSTask.app; sourceTree = BUILT_PRODUCTS_DIR; };
D1B2772F29BF96150053BE1E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
D1B2773129BF96150053BE1E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
@@ -121,6 +123,7 @@
D1B2772329BF96150053BE1E = {
isa = PBXGroup;
children = (
D1744ED729BFB8FB00D7E0BD /* README.md */,
D1B2772E29BF96150053BE1E /* iOSTask */,
D1B2774529BF96180053BE1E /* iOSTaskTests */,
D1B2774F29BF96180053BE1E /* iOSTaskUITests */,
@@ -301,6 +304,7 @@
files = (
D1B2773C29BF96180053BE1E /* LaunchScreen.storyboard in Resources */,
D1B2773929BF96180053BE1E /* Assets.xcassets in Resources */,
D1744ED829BFB8FC00D7E0BD /* README.md in Resources */,
D1B2773729BF96150053BE1E /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;