harry před 3 roky
rodič
revize
1e2c8a1b38
3 změnil soubory, kde provedl 8 přidání a 5 odebrání
  1. 1 0
      .gitignore
  2. 3 1
      BFRouter.podspec
  3. 4 4
      Example/BFRouter.xcodeproj/project.pbxproj

+ 1 - 0
.gitignore

@@ -35,3 +35,4 @@ Carthage/Build
 # `pod install` in .travis.yml
 #
 # Pods/
+Example

+ 3 - 1
BFRouter.podspec

@@ -38,5 +38,7 @@ TODO: Add long description of the pod here.
 
   # s.public_header_files = 'Pod/Classes/**/*.h'
   # s.frameworks = 'UIKit', 'MapKit'
-  # s.dependency 'AFNetworking', '~> 2.3'
+   s.dependency 'AppLord'
+   s.dependency 'JLRoutes'
+   
 end

+ 4 - 4
Example/BFRouter.xcodeproj/project.pbxproj

@@ -28,8 +28,8 @@
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
-		168D1FA9931E8C7A2F784C11 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
-		1CE2AEDB2954A20CCC7FA4E4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
+		168D1FA9931E8C7A2F784C11 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
+		1CE2AEDB2954A20CCC7FA4E4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
 		34E3287B54750B6895395612 /* Pods-BFRouter_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFRouter_Tests.debug.xcconfig"; path = "Target Support Files/Pods-BFRouter_Tests/Pods-BFRouter_Tests.debug.xcconfig"; sourceTree = "<group>"; };
 		5B311C87AC39685E8DF92BA7 /* Pods-BFRouter_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFRouter_Example.debug.xcconfig"; path = "Target Support Files/Pods-BFRouter_Example/Pods-BFRouter_Example.debug.xcconfig"; sourceTree = "<group>"; };
 		607FACD01AFB9204008FA782 /* BFRouter_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BFRouter_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -42,7 +42,7 @@
 		607FACE51AFB9204008FA782 /* BFRouter_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BFRouter_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 		607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
-		745964393A0645A321420A6A /* BFRouter.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = BFRouter.podspec; path = ../BFRouter.podspec; sourceTree = "<group>"; };
+		745964393A0645A321420A6A /* BFRouter.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = BFRouter.podspec; path = ../BFRouter.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
 		BDB18446284B5F556FD93FB6 /* Pods-BFRouter_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFRouter_Example.release.xcconfig"; path = "Target Support Files/Pods-BFRouter_Example/Pods-BFRouter_Example.release.xcconfig"; sourceTree = "<group>"; };
 		BF285E78440D8B89525E91D5 /* Pods_BFRouter_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BFRouter_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		CDB42F6B1C276EC9E84ACEA7 /* Pods-BFRouter_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFRouter_Tests.release.xcconfig"; path = "Target Support Files/Pods-BFRouter_Tests/Pods-BFRouter_Tests.release.xcconfig"; sourceTree = "<group>"; };
@@ -156,7 +156,6 @@
 				34E3287B54750B6895395612 /* Pods-BFRouter_Tests.debug.xcconfig */,
 				CDB42F6B1C276EC9E84ACEA7 /* Pods-BFRouter_Tests.release.xcconfig */,
 			);
-			name = Pods;
 			path = Pods;
 			sourceTree = "<group>";
 		};
@@ -227,6 +226,7 @@
 			developmentRegion = English;
 			hasScannedForEncodings = 0;
 			knownRegions = (
+				English,
 				en,
 				Base,
 			);