blob: ac492696ebd2dd8585b854dc67be642a2f58581d [file] [log] [blame]
{
"name": "catapush-ios-sdk-pod",
"version": "0.4.13",
"summary": "Minor bugfixes and compatibility for xcode 9.3",
"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": "0.4.13"
},
"platforms": {
"ios": "9.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"
}