forked from zixun/GodEye
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GodEye.podspec
59 lines (48 loc) · 2.3 KB
/
GodEye.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#
# Be sure to run `pod lib lint GodEye.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'GodEye'
s.version = '1.2.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?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
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/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/zixun/GodEye.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/zixun_'
s.ios.deployment_target = '8.0'
s.source_files = 'GodEye/Classes/**/*'
s.resource_bundles = {
'GodEye' => ['GodEye/Assets/*.png']
}
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'AppBaseKit', '~> 0.2.2'
s.dependency 'Log4G', '~> 0.2.2'
s.dependency 'AppSwizzle', '~> 1.1.2'
s.dependency 'AssistiveButton', '~> 1.1.2'
s.dependency 'ASLEye', '~> 1.1.1'
s.dependency 'CrashEye', '~> 1.1.2'
s.dependency 'ANREye', '~> 1.1.1'
s.dependency 'SystemEye', '~> 0.2.2'
s.dependency 'NetworkEye.swift', '~> 1.1.3'
s.dependency 'LeakEye', '~> 1.1.3'
s.dependency 'FileBrowser', '~> 0.2.0'
s.dependency 'SwViewCapture', '~> 1.0.6'
s.dependency 'SQLite.swift', '~> 0.11.1'
#s.dependency 'MJRefresh', '~> 3.1.12'
s.dependency 'ESPullToRefresh', '~> 2.6'
end