-
Notifications
You must be signed in to change notification settings - Fork 1
/
DGToolApp.podspec
55 lines (39 loc) · 2.19 KB
/
DGToolApp.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
#
# Be sure to run `pod lib lint DGToolApp.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 = 'DGToolApp'
s.version = '0.4.8
'
s.summary = 'This is DGToolApp.'
# 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 = 'DGToolApp by Devgster'
s.homepage = 'https://github.com/devgster/DGToolApp'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Kyungwoo Park' => '[email protected]' }
s.source = { :git => 'https://github.com/devgster/DGToolApp.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '7.0'
s.requires_arc = false
s.source_files = 'DGToolApp/Classes/**/*'
# s.resource_bundles = {
# 'DGToolApp' => ['DGToolApp/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => "${PODS_ROOT}/GoogleAnalytics/Libraries", 'OTHER_LDFLAGS' => '$(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "CoreData" -framework "Crashlytics" -framework "Fabric" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" "-all_load"', "FRAMEWORK_SEARCH_PATHS" => '"${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Crashlytics/iOS"'}
s.frameworks = 'UIKit', 'CoreTelephony', 'StoreKit', 'Security'
# s.dependency 'GoogleAnalytics', '~> 3.14'
s.dependency 'UIDeviceIdentifier', '~> 1.0'
# s.dependency 'Crashlytics', '~> 3.7'
end
#pod lib lint --use-libraries --no-clean --verbose --allow-warnings
#pod trunk push DGToolApp.podspec --verbose --use-libraries --allow-warnings