blob: 88da9d6c267221f2ae8c65e9976a80ad93f24588 [file] [log] [blame]
{
"name": "BlueShift-iOS-Extension-SDK",
"version": "2.0.3",
"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.3"
},
"source_files": [
"BlueShift-iOS-Extension-SDK",
"BlueShift-iOS-Extension-SDK/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "BlueShift-iOS-SDK/**/*.{xcdatamodeld,xcdatamodel,otf}",
"resource_bundles": {
"BlueShiftBundle": "BlueShift-iOS-SDK/**/*.{xcdatamodeld,xcdatamodel,otf}"
},
"public_header_files": "BlueShift-iOS-Extension-SDK/**/*.h"
}