Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zixun committed Mar 10, 2017
1 parent 7379755 commit f546d46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Example/GodEye.xcworkspace/xcshareddata/GodEye.xcscmblueprint
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "EC5A1E8E7217DF14C0ED2BA5AD651203797E9B8B",
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "D3F7DA3A34E95B1AC5044B6CB97109AB59A9DCA3",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"EC5A1E8E7217DF14C0ED2BA5AD651203797E9B8B" : 9223372036854775807,
"D3F7DA3A34E95B1AC5044B6CB97109AB59A9DCA3" : 9223372036854775807,
"BF1F56C483977AC36F575A9C50FB74A7EFF41C69" : 9223372036854775807
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "96BAC8FC-E296-4135-84F1-54FC58099DF5",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"EC5A1E8E7217DF14C0ED2BA5AD651203797E9B8B" : "GodEye\/",
"D3F7DA3A34E95B1AC5044B6CB97109AB59A9DCA3" : "GodEye\/",
"BF1F56C483977AC36F575A9C50FB74A7EFF41C69" : "..\/.."
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "GodEye",
Expand All @@ -24,7 +24,7 @@
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "git.oschina.net:GodEyeSwift\/GodEye.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "EC5A1E8E7217DF14C0ED2BA5AD651203797E9B8B"
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "D3F7DA3A34E95B1AC5044B6CB97109AB59A9DCA3"
}
]
}
15 changes: 7 additions & 8 deletions GodEye.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -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'

Expand All @@ -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'
Expand Down

0 comments on commit f546d46

Please sign in to comment.