-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
1 parent
f9acc58
commit 462bc30
Showing
4 changed files
with
5 additions
and
5 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,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "GDPerformanceView" | ||
s.version = "1.3.0" | ||
s.version = "1.3.1" | ||
s.summary = "Shows FPS, CPU usage, app and iOS versions above the status bar and report FPS and CPU usage via delegate." | ||
s.homepage = "https://github.com/dani-gavrilov/GDPerformanceView" | ||
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.git", :tag => "1.3.0" } | ||
s.source = { :git => "https://github.com/dani-gavrilov/GDPerformanceView.git", :tag => "1.3.1" } | ||
s.source_files = "GDPerformanceView/GDPerformanceMonitoring/*" | ||
s.frameworks = "UIKit", "Foundation", "QuartzCore" | ||
s.requires_arc = true | ||
|
Binary file modified
BIN
-318 Bytes
(99%)
...proj/project.xcworkspace/xcuserdata/daniilmbox.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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