blob: 79b7905e9f577e7107578e28d38b1eccdc55eb87 [file] [log] [blame]
{
"name": "BlueShift-iOS-Extension-SDK",
"version": "2.0.11",
"summary": "iOS SDK for push notification content extension and service extension for integrating media and carousel push notifications",
"description": "A longer description of BlueShift-iOS-SDK in Markdown format.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/blueshift-labs/Blueshift-iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Blueshift": "success@getblueshift.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git",
"tag": "2.0.11"
},
"source_files": [
"BlueShift-iOS-Extension-SDK",
"BlueShift-iOS-Extension-SDK/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "BlueShift-iOS-SDK/**/*.{xcdatamodeld,xcdatamodel,otf}",
"public_header_files": "BlueShift-iOS-Extension-SDK/**/*.h"
}