| { |
| "name": "WebEngage", |
| "version": "3.5.7", |
| "summary": "WebEngage framework helps bring the world of Marketing Automation to your App.", |
| "description": "This framework allows iOS apps to interact with WebEngage for User Analytics and Customer Engagement via Push and In-App notifications.", |
| "homepage": "https://webengage.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Saumitra R. Bhave": "saumitra.bhave@gmail.com", |
| "Arpit Agrawal": "arpit@webklipper.com" |
| }, |
| "social_media_url": "http://twitter.com/webengage", |
| "source": { |
| "http": "https://s3-us-west-2.amazonaws.com/webengage-sdk/ios/3.5.7/WebEngageFramework.zip", |
| "flatten": true |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "CoreLocation", |
| "SystemConfiguration", |
| "UIKit", |
| "CoreGraphics" |
| ], |
| "libraries": "sqlite3", |
| "requires_arc": true, |
| "default_subspecs": "Xcode8", |
| "subspecs": [ |
| { |
| "name": "Xcode7", |
| "source_files": "xc7/WebEngage.framework/Headers/*.h", |
| "public_header_files": "xc7/WebEngage.framework/Headers/*.h", |
| "ios": { |
| "vendored_frameworks": "xc7/WebEngage.framework" |
| } |
| }, |
| { |
| "name": "Xcode8", |
| "source_files": "xc8/WebEngage.framework/Headers/*.h", |
| "public_header_files": "xc8/WebEngage.framework/Headers/*.h", |
| "ios": { |
| "vendored_frameworks": "xc8/WebEngage.framework" |
| }, |
| "weak_frameworks": "UserNotifications" |
| } |
| ] |
| } |