-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniil Gavrilov
committed
Sep 21, 2020
1 parent
b9207be
commit 46164e9
Showing
5 changed files
with
27 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "GDPerformanceView-Swift" | ||
s.version = "2.0.3" | ||
s.version = "2.1.0" | ||
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.platform = :ios, "9.0" | ||
s.ios.deployment_target = "9.0" | ||
s.source = { :git => "https://github.com/dani-gavrilov/GDPerformanceView-Swift.git", :tag => s.version.to_s } | ||
s.source_files = "GDPerformanceView-Swift/GDPerformanceMonitoring/*.swift" | ||
s.frameworks = "UIKit", "Foundation", "QuartzCore" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
GDPerformanceView-Swift.xcodeproj/xcshareddata/xcschemes/GDPerformanceView-iOS.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters