forked from urbanairship/ios-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUrbanAirship-iOS-DebugKit.podspec
24 lines (18 loc) · 1.13 KB
/
UrbanAirship-iOS-DebugKit.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
Pod::Spec.new do |s|
s.version = "0.1.0"
s.name = "UrbanAirship-iOS-DebugKit"
s.summary = "Urban Airship iOS SDK Debug Library"
s.documentation_url = "http://docs.urbanairship.com/platform/ios.html"
s.homepage = "https://www.urbanairship.com"
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.source = { :git => "https://github.com/urbanairship/ios-library.git", :tag => s.version.to_s }
s.module_name = "AirshipDebugKit"
s.ios.deployment_target = "10.0"
s.requires_arc = true
s.source_files = [ 'AirshipDebugKit/AirshipDebugKit/*.{h,m,swift}', 'AirshipDebugKit/AirshipDebugKit/*/*.{h,m,swift}' ]
s.swift_version = "4.2"
s.resources = ['AirshipDebugKit/AirshipDebugKit/*/*storyboard', 'AirshipDebugKit/AirshipDebugKit/Resources/*' ]
s.frameworks = 'UIKit'
s.dependency 'UrbanAirship-iOS-SDK', '~> 10.0'
end