blob: a22abd87deb50d2996b9dbae68ab25343dd363f1 [file] [log] [blame]
{
"name": "catapush-ios-sdk-pod",
"version": "0.4.4",
"summary": "iOS 10 updates.",
"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.4"
},
"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"
}