blob: 2bbfdcdf260ea2ce53927d27693b49acfabee44b [file] [log] [blame]
{
"name": "ASMessenger",
"version": "0.1.0",
"summary": "A lightweight and performant messenger interface that's easy to implement",
"description": "[PRE-RELEASE] ASMessenger is a lightweight and performant messenger interface that's easy to implement. It's ideal for customer-support type conversations, such as a discussion between an Uber driver and rider.",
"homepage": "https://github.com/asharma-atx/ASMessenger",
"screenshots": "http://i.imgur.com/UbuSILm.png",
"license": "MIT",
"authors": {
"Amit Sharma": "amitsharma@mac.com"
},
"source": {
"git": "https://github.com/asharma-atx/ASMessenger.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ASMessenger": [
"Pod/Assets/**/*"
]
},
"public_header_files": [
"Pod/Classes/Messenger\\ View\\ Controller/*.h",
"Pod/Classes/Entry/*.h",
"Pod/Classes/_Header/*.h"
]
}