File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 3.1
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = 'PPLeftMenuNavigation'
3- s . version = '1.0.1 '
3+ s . version = '1.0.2 '
44s . summary = 'Design left menu navigation with a blur animation.'
55
66s . description = <<-DESC
@@ -14,6 +14,7 @@ s.author = { '<YOUR NAME HERE>' => '<YOUR EMAIL HERE>' }
1414s . source = { :git => 'https://github.com/PierrePerrin/PPDesignLeftMenuNavigation.git' , :tag => s . version . to_s }
1515
1616s . ios . deployment_target = '8.2'
17- s . source_files = 'PPLeftMenuNavigation/PPLeftMenuNavigation/*.{swift,jpg,storyboard}'
17+ s . source_files = 'PPLeftMenuNavigation/PPLeftMenuNavigation/*.{swift}'
18+ s . resources = 'PPLeftMenuNavigation/PPLeftMenuNavigation/*.{jpg,storyboard}'
1819
1920end
Original file line number Diff line number Diff line change 281281 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
282282 IPHONEOS_DEPLOYMENT_TARGET = 8.2;
283283 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
284- PRODUCT_BUNDLE_IDENTIFIER = PP .PPLeftMenuNavigation;
284+ PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods .PPLeftMenuNavigation;
285285 PRODUCT_NAME = "$(TARGET_NAME)";
286286 SKIP_INSTALL = YES;
287287 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
303303 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
304304 IPHONEOS_DEPLOYMENT_TARGET = 8.2;
305305 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
306- PRODUCT_BUNDLE_IDENTIFIER = PP .PPLeftMenuNavigation;
306+ PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods .PPLeftMenuNavigation;
307307 PRODUCT_NAME = "$(TARGET_NAME)";
308308 SKIP_INSTALL = YES;
309309 SWIFT_VERSION = 3.0;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >1.0.3 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 99import UIKit
1010
1111
12- let PPBundle = Bundle ( identifier: " PP .PPLeftMenuNavigation" )
12+ let PPBundle = Bundle ( identifier: " org.cocoapods .PPLeftMenuNavigation" )
1313let PPStr = UIStoryboard ( name: " PPMain " , bundle: PPBundle)
You can’t perform that action at this time.
0 commit comments