blob: ff3fbff231856e16be0964c24cd71b083f8fb439 [file] [log] [blame]
{
"name": "Segment-CleverTap",
"version": "1.0.10",
"summary": "CleverTap Integration for Segment's analytics-ios library.",
"description": "Analytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.\nThis is the CleverTap integration for the iOS library.",
"homepage": "https://github.com/CleverTap/clevertap-segment-ios",
"license": {
"type": "MIT"
},
"authors": {
"CleverTap": "support@clevertap.com"
},
"source": {
"git": "https://github.com/CleverTap/clevertap-segment-ios.git",
"tag": "1.0.10"
},
"social_media_url": "https://twitter.com/clevertap",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"Analytics": [
"~> 3.0.0"
]
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"UIKit",
"CoreLocation"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"ios": {
"vendored_frameworks": "CleverTapSDK.framework"
},
"preserve_paths": "CleverTapSDK.framework",
"source_files": [
"Pod/Classes/**/*",
"CleverTapSDK.framework/Versions/A/Headers/*.h"
]
}