Skip to content

Commit

Permalink
Remove carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleecodes committed Mar 10, 2017
1 parent 8e43eec commit d07def6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 167 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ The SwiftyGiphy view controller provides a delegate hook so you can be notified
<img src="https://github.com/52inc/SwiftyGiphy/blob/master/Screenshots/SearchScreenshot.png?raw=true" width=320/>

##Installing
SwiftyGiphy supports Cocoapods, Carthage, and manual includes.
SwiftyGiphy supports Cocoapods and manual includes.

####Cocoapods
`pod 'SwiftyGiphy', '~> 1.0'`

####Carthage
`github "52inc/SwiftyGiphy"`

####Manual Include
Add the files in the Library and Assets folder to your project.

Expand Down
145 changes: 1 addition & 144 deletions SwiftyGiphy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
C60B80431E71E45000ECF39E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C60B80411E71E45000ECF39E /* Main.storyboard */; };
C60B80451E71E45000ECF39E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C60B80441E71E45000ECF39E /* Assets.xcassets */; };
C60B80481E71E45000ECF39E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C60B80461E71E45000ECF39E /* LaunchScreen.storyboard */; };
C60B80581E71E48400ECF39E /* SwiftyGiphy.h in Headers */ = {isa = PBXBuildFile; fileRef = C60B80561E71E48400ECF39E /* SwiftyGiphy.h */; settings = {ATTRIBUTES = (Public, ); }; };
C60B80761E71F4A900ECF39E /* Library in Resources */ = {isa = PBXBuildFile; fileRef = C60B80751E71F4A900ECF39E /* Library */; };
C640CB0E1E724D2200F0A468 /* Assets in Resources */ = {isa = PBXBuildFile; fileRef = C640CB0D1E724D2200F0A468 /* Assets */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -25,11 +22,6 @@
C60B80441E71E45000ECF39E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C60B80471E71E45000ECF39E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
C60B80491E71E45000ECF39E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C60B80541E71E48400ECF39E /* SwiftyGiphyLib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyGiphyLib.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C60B80561E71E48400ECF39E /* SwiftyGiphy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftyGiphy.h; sourceTree = "<group>"; };
C60B80571E71E48400ECF39E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C60B80751E71F4A900ECF39E /* Library */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Library; sourceTree = SOURCE_ROOT; };
C640CB0D1E724D2200F0A468 /* Assets */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Assets; sourceTree = SOURCE_ROOT; };
D79F90267A12512EBF247ED4 /* Pods_SwiftyGiphySample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftyGiphySample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
DC4DC6F09817AC38267FD411 /* Pods-SwiftyGiphySample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftyGiphySample.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftyGiphySample/Pods-SwiftyGiphySample.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -43,13 +35,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C60B80501E71E48400ECF39E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand All @@ -66,7 +51,6 @@
isa = PBXGroup;
children = (
C60B803C1E71E45000ECF39E /* SwiftyGiphy */,
C60B80551E71E48400ECF39E /* SwiftyGiphy */,
C60B803B1E71E45000ECF39E /* Products */,
7E994AA8178CA86F3F188D7C /* Pods */,
F6D7555CAD3D003E80FA8487 /* Frameworks */,
Expand All @@ -77,39 +61,19 @@
isa = PBXGroup;
children = (
C60B803A1E71E45000ECF39E /* SwiftyGiphySample.app */,
C60B80541E71E48400ECF39E /* SwiftyGiphyLib.framework */,
);
name = Products;
sourceTree = "<group>";
};
C60B803C1E71E45000ECF39E /* SwiftyGiphy */ = {
isa = PBXGroup;
children = (
C640CB0D1E724D2200F0A468 /* Assets */,
C60B80751E71F4A900ECF39E /* Library */,
C60B80621E71E4C300ECF39E /* Sample App */,
);
path = SwiftyGiphy;
sourceTree = "<group>";
};
C60B80551E71E48400ECF39E /* SwiftyGiphy */ = {
isa = PBXGroup;
children = (
C60B80561E71E48400ECF39E /* SwiftyGiphy.h */,
C60B80571E71E48400ECF39E /* Info.plist */,
);
path = SwiftyGiphy;
sourceTree = "<group>";
};
C60B80621E71E4C300ECF39E /* Sample App */ = {
isa = PBXGroup;
children = (
C60B803D1E71E45000ECF39E /* AppDelegate.swift */,
C60B80411E71E45000ECF39E /* Main.storyboard */,
C60B80441E71E45000ECF39E /* Assets.xcassets */,
C60B80631E71E4CC00ECF39E /* Supporting Files */,
);
name = "Sample App";
path = SwiftyGiphy;
sourceTree = "<group>";
};
C60B80631E71E4CC00ECF39E /* Supporting Files */ = {
Expand All @@ -131,17 +95,6 @@
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
C60B80511E71E48400ECF39E /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
C60B80581E71E48400ECF39E /* SwiftyGiphy.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
C60B80391E71E45000ECF39E /* SwiftyGiphySample */ = {
isa = PBXNativeTarget;
Expand All @@ -163,24 +116,6 @@
productReference = C60B803A1E71E45000ECF39E /* SwiftyGiphySample.app */;
productType = "com.apple.product-type.application";
};
C60B80531E71E48400ECF39E /* SwiftyGiphyLib */ = {
isa = PBXNativeTarget;
buildConfigurationList = C60B805D1E71E48400ECF39E /* Build configuration list for PBXNativeTarget "SwiftyGiphyLib" */;
buildPhases = (
C60B804F1E71E48400ECF39E /* Sources */,
C60B80501E71E48400ECF39E /* Frameworks */,
C60B80511E71E48400ECF39E /* Headers */,
C60B80521E71E48400ECF39E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SwiftyGiphyLib;
productName = SwiftyGiphy;
productReference = C60B80541E71E48400ECF39E /* SwiftyGiphyLib.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand All @@ -196,11 +131,6 @@
DevelopmentTeam = P87N88ZC7B;
ProvisioningStyle = Automatic;
};
C60B80531E71E48400ECF39E = {
CreatedOnToolsVersion = 8.2.1;
LastSwiftMigration = 0820;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = C60B80351E71E45000ECF39E /* Build configuration list for PBXProject "SwiftyGiphy" */;
Expand All @@ -217,7 +147,6 @@
projectRoot = "";
targets = (
C60B80391E71E45000ECF39E /* SwiftyGiphySample */,
C60B80531E71E48400ECF39E /* SwiftyGiphyLib */,
);
};
/* End PBXProject section */
Expand All @@ -233,15 +162,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C60B80521E71E48400ECF39E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C60B80761E71F4A900ECF39E /* Library in Resources */,
C640CB0E1E724D2200F0A468 /* Assets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -301,13 +221,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C60B804F1E71E48400ECF39E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -453,53 +366,6 @@
};
name = Release;
};
C60B805E1E71E48400ECF39E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SwiftyGiphy/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.52inc.SwiftyGiphy;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
C60B805F1E71E48400ECF39E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SwiftyGiphy/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.52inc.SwiftyGiphy;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -521,15 +387,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C60B805D1E71E48400ECF39E /* Build configuration list for PBXNativeTarget "SwiftyGiphyLib" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C60B805E1E71E48400ECF39E /* Debug */,
C60B805F1E71E48400ECF39E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = C60B80321E71E45000ECF39E /* Project object */;
Expand Down
19 changes: 0 additions & 19 deletions SwiftyGiphy/SwiftyGiphy.h

This file was deleted.

0 comments on commit d07def6

Please sign in to comment.