blob: 9c4e1bb3b473fd193dacd62d8f8a736ecb393962 [file] [log] [blame]
{
"name": "GeoOffersSDK",
"version": "0.2.8",
"summary": "The GeoOffersSDK connects to the GeoOffers API and allows your app to receive location based offers from the GeoOffers services.",
"homepage": "https://github.com/pjcook/GeoOffersSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PJ": "pjcook@users.noreply.github.com"
},
"platforms": {
"ios": "11.4"
},
"source": {
"git": "https://github.com/pjcook/GeoOffersSDK.git",
"tag": "0.2.8"
},
"source_files": [
"GeoOffersSDK",
"GeoOffersSDK/**/*.{h,m,swift}"
],
"resources": "GeoOffersSDK/**/*.{png,jpeg,jpg,svg,storyboard,html,json,css,js,xib,xcassets,geoconfig}",
"frameworks": [
"UIKit",
"CoreLocation",
"UserNotifications",
"WebKit",
"AdSupport"
],
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Firebase/Core": [
],
"Firebase/Messaging": [
]
},
"swift_version": "5"
}