blob: a0ab57923db66edc015300639a586dbeafab037d [file] [log] [blame]
{
"name": "Segment-CleverTap",
"version": "1.0.4",
"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.4"
},
"social_media_url": "https://twitter.com/clevertap",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"Analytics": [
"~> 3.0.0"
]
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"UIKit",
"Security",
"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"
]
}