Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-gavrilov committed Nov 19, 2018
1 parent 6131067 commit d7e86cb
Show file tree
Hide file tree
Showing 20 changed files with 76 additions and 169 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

6 changes: 3 additions & 3 deletions GDPerformanceView-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = "GDPerformanceView-Swift"
s.version = "2.0.0"
s.summary = "Shows FPS, CPU usage and memory, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate."
s.summary = "Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate."
s.homepage = "https://github.com/dani-gavrilov/GDPerformanceView-Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Gavrilov Daniil" => "[email protected]" }
s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/dani-gavrilov/GDPerformanceView-Swift.git", :tag => "2.0.0" }
s.source_files = "PerformanceView-Swift/PerformanceMonitoring/*.swift"
s.source_files = "GDPerformanceView-Swift/GDPerformanceMonitoring/*.swift"
s.frameworks = "UIKit", "Foundation", "QuartzCore"
s.requires_arc = true
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
s.swift_version = '4.2'
end
135 changes: 67 additions & 68 deletions GDPerformanceView-Swift.xcodeproj/project.pbxproj
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion GDPerformanceView-Swift.xcodeproj/project.xcworkspace/contents.xcworkspacedata
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

This file was deleted.

File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions PerformanceView-iOS/PerformanceView-iOS.h → ...rformanceView-iOS/GDPerformanceView-iOS.h
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@

#import <UIKit/UIKit.h>

//! Project version number for PerformanceView-iOS.
FOUNDATION_EXPORT double PerformanceView_iOSVersionNumber;
//! Project version number for GDPerformanceView-iOS.
FOUNDATION_EXPORT double GDPerformanceView_iOSVersionNumber;

//! Project version string for PerformanceView-iOS.
FOUNDATION_EXPORT const unsigned char PerformanceView_iOSVersionString[];
//! Project version string for GDPerformanceView-iOS.
FOUNDATION_EXPORT const unsigned char GDPerformanceView_iOSVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <PerformanceView_iOS/PublicHeader.h>
// In this header, you should import all the public headers of your framework using statements like #import <GDPerformanceView_iOS/PublicHeader.h>
File renamed without changes.

0 comments on commit d7e86cb

Please sign in to comment.