blob: e31329a158cbd6fca703ef7770d9e67d11d563e2 [file] [log] [blame]
{
"name": "Batch",
"version": "1.3.1",
"homepage": "https://batch.com",
"license": "Custom",
"summary": "Batch.com iOS SDK",
"authors": [
{
"Batch.com": "support@batch.com"
},
"Batch.com iOS SDK"
],
"social_media_url": "https://twitter.com/batch",
"platforms": {
"ios": "6.0"
},
"source": {
"http": "https://batch-ios.s3.amazonaws.com/batch-1.3.1-pod.zip"
},
"preserve_paths": "Batch.embeddedframework/Batch.framework",
"public_header_files": "Batch.embeddedframework/Batch.framework/Headers/*.h",
"resources": "Batch.embeddedframework/Batch.bundle",
"vendored_frameworks": "Batch.embeddedframework/Batch.framework",
"libraries": "sqlite3",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Batch/**\""
},
"frameworks": [
"QuartzCore",
"CoreText",
"CoreGraphics",
"Foundation",
"SystemConfiguration",
"Security",
"UIKit",
"CoreTelephony",
"Accelerate"
],
"requires_arc": true
}