[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 4 / Upshot-iOS-SDK / 1.6.3 / Upshot-iOS-SDK.podspec.json
blobd586385a3b2823d393a16913cdaac0e358c41201
2   "name": "Upshot-iOS-SDK",
3   "version": "1.6.3",
4   "summary": "Upshot.ai User Engagement SDK for iOS",
5   "description": "Upshot.ai is a analytics and customer engagement platform. This framework helps you capture analytics, track events, send smart notifications and in-app messages to users.",
6   "homepage": "http://www.upshot.ai/",
7   "documentation_url": "http://www.upshot.ai/documentation/sdk/iOS/",
8   "social_media_url": "https://twitter.com/upshot_ai",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Upshot": "developer@upshot.ai"
18   },
19   "source": {
20     "git": "https://github.com/Upshot-AI/upshot-ios-sdk.git",
21     "tag": "Upshot-1.6.3"
22   },
23   "ios": {
24     "vendored_frameworks": "Upshot/Upshot.framework"
25   },
26   "preserve_paths": "Upshot/Upshot.framework",
27   "module_map": "Upshot/Upshot.framework/Modules/module.modulemap",
28   "requires_arc": true,
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   }