[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / c / WebEngage / 3.3.2 / WebEngage.podspec.json
blob2f254dc2f081fc5521ce0e7b5cd65168580c0a7c
2   "name": "WebEngage",
3   "version": "3.3.2",
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.3.2/WebEngageFramework.zip"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "CoreLocation",
25     "SystemConfiguration"
26   ],
27   "libraries": "sqlite3",
28   "requires_arc": true,
29   "default_subspecs": "Xcode7",
30   "subspecs": [
31     {
32       "name": "Xcode7",
33       "source_files": "xc7/WebEngage.framework/Headers/*.h",
34       "public_header_files": "xc7/WebEngage.framework/Headers/*.h",
35       "ios": {
36         "vendored_frameworks": "xc7/WebEngage.framework"
37       }
38     },
39     {
40       "name": "Xcode6",
41       "source_files": "xc6/WebEngage.framework/Headers/*.h",
42       "public_header_files": "xc6/WebEngage.framework/Headers/*.h",
43       "ios": {
44         "vendored_frameworks": "xc6/WebEngage.framework"
45       }
46     }
47   ]