-
Notifications
You must be signed in to change notification settings - Fork 354
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
Showing
2 changed files
with
11 additions
and
12 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
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'GodEye' | ||
s.version = '0.1.0' | ||
s.summary = 'A short description of GodEye.' | ||
s.version = '1.0.0' | ||
s.summary = 'Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes.' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
|
@@ -18,15 +18,15 @@ Pod::Spec.new do |s| | |
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
|
||
s.description = <<-DESC | ||
TODO: Add long description of the pod here. | ||
Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes.. | ||
DESC | ||
|
||
s.homepage = 'https://github.com/<GITHUB_USERNAME>/GodEye' | ||
s.homepage = 'https://github.com/zixun/GodEye' | ||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'zixun' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/<GITHUB_USERNAME>/GodEye.git', :tag => s.version.to_s } | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
s.source = { :git => 'https://github.com/zixun/GodEye.git', :tag => s.version.to_s } | ||
s.social_media_url = 'https://twitter.com/zixun_' | ||
|
||
s.ios.deployment_target = '8.0' | ||
|
||
|
@@ -43,13 +43,12 @@ TODO: Add long description of the pod here. | |
s.dependency 'Log4G', '~> 0.1.1' | ||
s.dependency 'AppSwizzle', '~> 1.0.0' | ||
s.dependency 'AssistiveButton', '~> 1.0.0' | ||
|
||
s.dependency 'ASLEye', '~> 1.0.0' | ||
s.dependency 'CrashEye', '~> 1.0.0' | ||
s.dependency 'ANREye', '~> 1.0.0' | ||
s.dependency 'SystemEye', '~> 0.1.0' | ||
|
||
s.dependency 'NetworkEye.swift', '~> 1.0.0' | ||
|
||
s.dependency 'LeakEye', '~> 1.0.0' | ||
|
||
s.dependency 'FileBrowser', '~> 0.2.0' | ||
|