-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathApptentiveKit.podspec
More file actions
15 lines (15 loc) · 962 Bytes
/
Copy pathApptentiveKit.podspec
File metadata and controls
15 lines (15 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |spec|
spec.name = "ApptentiveKit"
spec.version = "7.3.1"
spec.summary = "Apptentive Customer Communications SDK."
spec.homepage = "https://www.apptentive.com/"
spec.license = "BSD"
spec.swift_version = "5.5"
spec.author = { 'Apptentive SDK Team' => 'sdks@apptentive.com' }
spec.platform = :ios, "15.0"
spec.source = { :git => "https://github.com/apptentive/apptentive-kit-ios.git", :tag => "v#{spec.version}" }
spec.source_files = "Sources/ApptentiveKit/**/*.{swift,h,m}"
spec.public_header_files = []
spec.resource_bundles = { "ApptentiveKitResources" => [ "Sources/ApptentiveKit/Resources/*.lproj", "Sources/ApptentiveKit/Resources/Media.xcassets", "Sources/ApptentiveKit/Resources/Distribution.plist", "Sources/ApptentiveKit/Resources/PrivacyInfo.xcprivacy" ] }
spec.frameworks = "StoreKit", "UIKit", "Foundation", "OSLog"
end