[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 1 / f / c / WebEngage / 4.5.1 / WebEngage.podspec.json
blob3cb4eb8ce8438f9978d46ca423168e8513ae2c9d
2   "name": "WebEngage",
3   "version": "4.5.1",
4   "summary": "WebEngage framework helps bring the world of Marketing Automation to your App.",
5   "description": "This framework allows iOS apps to interact with WebEngage for User Analytics and Customer Engagement via Push and In-App notifications.",
6   "homepage": "https://webengage.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Saumitra R. Bhave": "saumitra.bhave@gmail.com",
13     "Yogesh Singh": "yogesh.singh@webklipper.com"
14   },
15   "social_media_url": "http://twitter.com/webengage",
16   "source": {
17     "http": "https://s3-us-west-2.amazonaws.com/webengage-sdk/ios/4.5.1/WebEngageFramework.zip",
18     "flatten": true
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "CoreLocation",
26     "SystemConfiguration",
27     "UIKit",
28     "CoreGraphics"
29   ],
30   "weak_frameworks": "UserNotifications",
31   "libraries": "sqlite3",
32   "requires_arc": true,
33   "default_subspecs": "Xcode10",
34   "subspecs": [
35     {
36       "name": "Xcode10",
37       "ios": {
38         "vendored_frameworks": "xc10/WebEngage.framework"
39       }
40     },
41     {
42       "name": "Xcode9",
43       "ios": {
44         "vendored_frameworks": "xc9/WebEngage.framework"
45       }
46     }
47   ]