blob: 6f616040492903159b48e6e065f703503f7e49d7 [file] [log] [blame]
{
"name": "MSServerSentEvents",
"version": "0.1.0",
"summary": "A native Objective-C implementation of Server-Sent Events",
"description": " Improve your iOS app’s user experience and utility with our open-source, standards-based real-time data library\n",
"homepage": "https://github.com/makeandship/MSServerSentEvents",
"license": "MIT",
"authors": {
"Simon Heys": "simon@makeandship.co.uk"
},
"source": {
"git": "https://github.com/makeandship/MSServerSentEvents.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/makeandship",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MSServerSentEvents": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"libextobjc/EXTScope": [
"~> 0.4"
]
}
}