blob: 06e73238ffcfb81f0ae365c7d2fd5de4985136e8 [file] [log] [blame]
{
"name": "Riffle",
"version": "0.1.37",
"summary": "Client side library for connecting to a fabric.",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"description": "Riffle allows for simple interaction with a Fabric. This library is meant to replace your\nnetworking code with something that doesn't look like networking code at all!",
"homepage": "https://github.com/exis-io/swiftRiffle",
"license": "MIT",
"authors": {
"Mickey Barboi": "damouse007@gmail.com"
},
"source": {
"git": "https://github.com/exis-io/swiftRiffle.git",
"tag": "0.1.37"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SocketRocket": [
"0.4.1"
],
"MPMessagePack": [
"1.3.2"
],
"CocoaAsyncSocket": [
"7.4.1"
],
"Mantle": [
"1.5"
]
},
"subspecs": [
{
"name": "ios"
},
{
"name": "osx"
}
]
}