blob: 61459b7f6fdb5530d89872d14ee50f0997effcfb [file] [log] [blame]
{
"name": "StompKit",
"version": "0.1.0",
"summary": "STOMP Objective-C Client for iOS.",
"homepage": "https://github.com/mobile-web-messaging/StompKit",
"license": "Apache License, Version 2.0",
"authors": "Jeff Mesnil",
"source": {
"git": "https://github.com/mobile-web-messaging/StompKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": 5.0
},
"source_files": "StompKit/*.{h,m}",
"public_header_files": "StompKit/StompKit.h",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
"7.3.2"
]
}
}