[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 9 / a / 6 / Pushe / 1.0.17 / Pushe.podspec.json
blob014b7f044c96fe86d008ef4a1c5768f22e25bf21
2   "name": "Pushe",
3   "version": "1.0.17",
4   "summary": "Push Notification framework for iOS platform",
5   "description": "Pushe is a framework written in swift, helping to receive push-notifications in iOS devices.",
6   "homepage": "https://pushe.co",
7   "license": {
8     "type": "proprietary",
9     "text": "      Copyright 2018 - present Pushe. All rights reserved.\n"
10   },
11   "authors": {
12     "Jafar Khoshtabiat": "jafar.khoshtabiat@pushe.co"
13   },
14   "source": {
15     "http": "https://static.pushe.co/d/iOS/Pushe-1.0.17.zip"
16   },
17   "vendored_frameworks": "Pushe.framework",
18   "social_media_url": "https://twitter.com/pushe_co",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "static_framework": true,
23   "frameworks": [
24     "UIKit",
25     "UserNotifications",
26     "AdSupport",
27     "CoreTelephony",
28     "SystemConfiguration",
29     "CoreLocation"
30   ],
31   "dependencies": {
32     "Firebase/Messaging": [
33       "~> 6.34.0"
34     ],
35     "Sentry": [
36       "~> 6.0.0"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "APPLICATION_EXTENSION_API_ONLY": "NO",
41     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
42     "ONLY_ACTIVE_ARCH": "NO",
43     "VALID_ARCHS": "arm64 arm64e armv7 armv7s x86_64",
44     "ENABLE_BITCODE": "YES",
45     "BITCODE_GENERATION_MODE": "bitcode"
46   }