blob: b81e20c9c54c8a1a0751d55b3414556b866d1ae1 [file] [log] [blame]
{
"name": "catapush-ios-sdk-pod",
"version": "0.1.1",
"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": "chiarotto.alessandro@gmail.com"
},
"source": {
"git": "https://github.com/Catapush/catapush-ios-sdk-pod.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"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"
}