forked from Swrve/swrve-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SwrveSDK.podspec
19 lines (17 loc) · 883 Bytes
/
SwrveSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "SwrveSDK"
s.version = "4.1.1"
s.summary = "iOS SDK for Swrve."
s.homepage = "http://www.swrve.com"
s.license = { "type" => "Apache License, Version 2.0", "file" => "LICENSE" }
s.authors = "Swrve Mobile Inc or its licensors"
s.source = { :git => "https://github.com/Swrve/swrve-ios-sdk.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/Swrve_Inc'
s.platform = :ios, '6.0'
s.requires_arc = true
s.source_files = 'Sdk/**/*.{m,h}'
s.public_header_files = 'Sdk/**/*.h'
s.resources = 'Sdk/Conversation/Resources/*.*'
s.frameworks = 'UIKit', 'QuartzCore', 'CFNetwork', 'StoreKit', 'Security', 'CoreTelephony', 'MessageUI', 'CoreLocation', 'AddressBook', 'AVFoundation', 'AssetsLibrary', 'Contacts', 'Photos'
s.library = 'sqlite3'
end