[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / 8 / 0 / d / Segment-CleverTap / 1.0.6 / Segment-CleverTap.podspec.json
blob6022683bd339c8f5d867f7ec851fd03b6728ed2d
2   "name": "Segment-CleverTap",
3   "version": "1.0.6",
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.6"
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.0"
25     ]
26   },
27   "frameworks": [
28     "SystemConfiguration",
29     "CoreTelephony",
30     "UIKit",
31     "Security",
32     "CoreLocation"
33   ],
34   "xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
36   },
37   "ios": {
38     "vendored_frameworks": "CleverTapSDK.framework"
39   },
40   "preserve_paths": "CleverTapSDK.framework",
41   "source_files": [
42     "Pod/Classes/**/*",
43     "CleverTapSDK.framework/Versions/A/Headers/*.h"
44   ]