blob: 4b1557a27283e16fb94fdf8264209976f32c581a [file] [log] [blame]
{
"name": "Outbound",
"version": "1.0.0",
"summary": "Better Messages for Web and Mobile Apps",
"description": " Outbound makes it easy to send email and mobile messages based on user actions, then test how much each message helps your business.\n",
"homepage": "http://www.outbound.io",
"license": {
"type": "Commercial",
"text": " All text and design is copyright © 2015 Outbound Solutions, Inc.\n\n All rights reserved.\n\n http://www.outbound.io\n"
},
"authors": {
"Dhruv Mehta": "dhruv@outbound.io"
},
"source": {
"git": "https://github.com/outboundio/iOS.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/OutboundIO",
"documentation_url": "https://github.com/outboundio/api",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.h",
"preserve_paths": [
"libOutbound.a"
],
"libraries": [
"Outbound"
],
"frameworks": "UIKit",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Outbound\""
}
}