blob: b9d987698b78f6f3bab74d4a74fe3aa74b84589c [file] [log] [blame]
{
"name": "BlueShift-iOS-SDK",
"version": "0.3.2",
"summary": "iOS SDK for integrating push notification and analytics",
"description": "A longer description of BlueShift-iOS-SDK in Markdown format.\n\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": "7.0"
},
"source": {
"git": "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git",
"tag": "0.3.2"
},
"exclude_files": "Classes/Exclude",
"default_subspecs": "Core",
"frameworks": "CoreData",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "BlueShift-iOS-SDK/*.{h,m}",
"public_header_files": "BlueShift-iOS-SDK/**/*.h",
"exclude_files": "Classes/Exclude",
"resources": "BlueShift-iOS-SDK/**/*.{xcdatamodeld,xcdatamodel}",
"resource_bundles": {
"BlueShiftBundle": "BlueShift-iOS-SDK/**/*.{xcdatamodeld,xcdatamodel}"
}
},
{
"name": "AppExtension",
"source_files": [
"BlueShift-iOS-Extension-SDK",
"BlueShift-iOS-Extension-SDK/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "BlueShift-iOS-Extension-SDK/**/*.h"
}
]
}