[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 1 / 2 / MoEngageGeofence / 4.5.0 / MoEngageGeofence.podspec.json
blob72647b23eaab4927d71776dbd5cd8ac55d383ff2
2   "name": "MoEngageGeofence",
3   "version": "4.5.0",
4   "summary": "MoEngage SDK for Geofence based campaigns in iOS",
5   "description": "MOGeofence framework helps you to trigger notifications based on the exit/entry of geofences. This framework makes use of the Region Monitoring service of CoreLocation to achieve the same.",
6   "homepage": "https://www.moengage.com",
7   "documentation_url": "https://developers.moengage.com",
8   "license": {
9     "type": "Commercial",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "MobileDev": "mobiledevs@moengage.com"
14   },
15   "social_media_url": "https://twitter.com/moengage",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/moengage/MoEngage-iOS-Geofence.git",
21     "tag": "geofence-4.5.0"
22   },
23   "ios": {
24     "vendored_frameworks": "Frameworks/MoEngageGeofence.xcframework"
25   },
26   "requires_arc": true,
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "CoreLocation"
31   ],
32   "dependencies": {
33     "MoEngage-iOS-SDK": [
34       ">= 8.5.0",
35       "< 8.6.0"
36     ]
37   }