[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / c / WebEngage / 3.5.8 / WebEngage.podspec.json
blob1658563b539fd09154b044fe37d5eef995b3bd16
2   "name": "WebEngage",
3   "version": "3.5.8",
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     "Arpit Agrawal": "arpit@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/3.5.8/WebEngageFramework.zip",
18     "flatten": true
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "CoreLocation",
26     "SystemConfiguration",
27     "UIKit",
28     "CoreGraphics"
29   ],
30   "libraries": "sqlite3",
31   "requires_arc": true,
32   "default_subspecs": "Xcode8",
33   "subspecs": [
34     {
35       "name": "Xcode7",
36       "source_files": "xc7/WebEngage.framework/Headers/*.h",
37       "public_header_files": "xc7/WebEngage.framework/Headers/*.h",
38       "ios": {
39         "vendored_frameworks": "xc7/WebEngage.framework"
40       }
41     },
42     {
43       "name": "Xcode8",
44       "source_files": "xc8/WebEngage.framework/Headers/*.h",
45       "public_header_files": "xc8/WebEngage.framework/Headers/*.h",
46       "ios": {
47         "vendored_frameworks": "xc8/WebEngage.framework"
48       },
49       "weak_frameworks": "UserNotifications"
50     }
51   ]