blob: 7d91ced758acf1c374b87c3c7e57b41de51c2d66 [file] [log] [blame]
{
"name": "catapush-ios-sdk-pod",
"version": "2.0.9",
"summary": "New push management without VoIP",
"description": "\"Catapush is a simple, reliable and scalable delivery API for transactional push notifications for websites and applications. Ideal for sending data-driven transactional notifications including targeted e-commerce and personalized one-to-one messages.\"",
"homepage": "https://github.com/Catapush/catapush-ios-sdk-pod",
"license": "MIT",
"authors": {
"Alessandro Chiarotto": "alessandro@catapush.com",
"Felice De Luca": "felice@catapush.com"
},
"source": {
"git": "https://github.com/Catapush/catapush-ios-sdk-pod.git",
"tag": "2.0.9"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"CatapushKit/Catapush.h"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Pods/**",
"OTHER_LDFLAGS": "-ObjC -lxml2"
},
"frameworks": [
"Security",
"CFNetwork",
"SystemConfiguration",
"CoreData"
],
"libraries": "resolv",
"resources": "CatapushKit/CatapushLibBundle.bundle",
"preserve_paths": "CatapushKit/**/*.*",
"vendored_libraries": "CatapushKit/libCatapushLib.a"
}