blob: 32a0bf76872cc2a425d57f98c6bdb6cc1c1b8022 [file] [log] [blame]
{
"name": "BlueShift-iOS-SDK",
"version": "0.0.1",
"summary": "A short description of BlueShift-iOS-SDK.",
"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": {
"Arjun K P": "arjunthedragon@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git",
"tag": "0.0.1"
},
"source_files": [
"BlueShift-iOS-SDK",
"BlueShift-iOS-SDK/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "BlueShift-iOS-SDK/**/*.h",
"resources": "BlueShift-iOS-SDK/**/*.{xcdatamodeld,xcdatamodel}",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}