[Add] MediastreamPlatformSDKxC 2.2.1
[CocoaPods.git] / Specs / 9 / a / 4 / PushEngage / 0.0.4 / PushEngage.podspec.json
blob9461c5fbd7055d31b1dfbf1715193648d3e1ad98
2   "name": "PushEngage",
3   "version": "0.0.4",
4   "summary": "iOS framework to support APNs Services PushEngage.",
5   "description": "Provide the feature for Apple push notification.",
6   "homepage": "https://github.com/awesomemotive/pushengage-ios-sdk.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PushEngage": "care@pushengage.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/awesomemotive/pushengage-ios-sdk.git",
20     "tag": "0.0.4"
21   },
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "source_files": "Sources/PushEngage/**/*.{swift}",
32   "swift_versions": "5.0",
33   "swift_version": "5.0"