blob: 37ab659842e475db4c441103f20829b498fc36ef [file] [log] [blame]
{
"name": "catapush-ios-sdk-pod",
"version": "0.1.5",
"summary": "Add reliable push notifications to your app.",
"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.1.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"CatapushKit/CatapushHeaders.h"
],
"resource_bundles": {
"catapush-ios-sdk-pod": [
"Pod/Assets/*.png"
]
},
"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"
}