blob: 46c5abea015b9d20d820c543ff4706bb875c47a2 [file] [log] [blame]
{
"name": "BatchExtension-ObjC",
"version": "3.0.0",
"summary": "Batch.com iOS SDK for App Extensions. Pure Objective-C",
"homepage": "https://batch.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Batch.com": "support@batch.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/BatchLabs/Batch-iOS-SDK-Extension-ObjC.git",
"tag": "3.0.0"
},
"requires_arc": true,
"source_files": [
"Sources",
"Sources/**/*.{h,m,c}"
],
"public_header_files": "Sources/Public/**/*.h"
}