-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVWO-FME.podspec
23 lines (17 loc) · 979 Bytes
/
VWO-FME.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |spec|
spec.name = "VWO-FME"
spec.version = "1.5.0"
spec.summary = "VWO iOS SDK for Feature Management and Experimentation"
spec.description = "VWO iOS SDK for Feature Management and Experimentation."
spec.homepage = "https://developers.vwo.com/"
spec.license = { :type => 'Apache-2.0',
:file => 'LICENSE',
:text => 'Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.'
}
spec.author = { 'VWO' => '[email protected]' }
spec.platform = :ios, "12.0"
spec.swift_version = '5.0'
spec.source = { :git => "https://github.com/wingify/vwo-fme-ios-sdk.git", :tag => "#{spec.version}" }
spec.source_files = 'VWO-FME/**/*.{h,m,swift,json}'
spec.resources = ['VWO-FME/Resources/*.json', 'VWO-FME/CoreData/Model/OffineEventData.xcdatamodeld']
end