[Add] TapTapLoginSDK 4.5.3
[CocoaPods.git] / Specs / 8 / 0 / d / Segment-CleverTap / 1.0.14 / Segment-CleverTap.podspec.json
blob9880bb732bd37980a31ed85c79892ad2d47791a1
2   "name": "Segment-CleverTap",
3   "version": "1.0.14",
4   "summary": "CleverTap Integration for Segment's analytics-ios library.",
5   "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.",
6   "homepage": "https://github.com/CleverTap/clevertap-segment-ios",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "CleverTap": "support@clevertap.com"
12   },
13   "source": {
14     "git": "https://github.com/CleverTap/clevertap-segment-ios.git",
15     "tag": "1.0.14"
16   },
17   "social_media_url": "https://twitter.com/clevertap",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Analytics": [
24       "~> 3.0"
25     ]
26   },
27   "frameworks": [
28     "SystemConfiguration",
29     "CoreTelephony",
30     "UIKit",
31     "CoreLocation"
32   ],
33   "xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
35   },
36   "ios": {
37     "vendored_frameworks": "CleverTapSDK.framework"
38   },
39   "preserve_paths": "CleverTapSDK.framework",
40   "source_files": [
41     "Pod/Classes/**/*",
42     "CleverTapSDK.framework/Versions/A/Headers/*.h"
43   ]