blob: 906af0c26bc0350b78ca17a90c47350e9d7c075e [file] [log] [blame]
{
"name": "Riffle",
"version": "0.1.63",
"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": {
"Damouse": "damouse007@gmail.com"
},
"source": {
"git": "https://github.com/exis-io/swiftRiffle.git",
"tag": "0.1.63"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SocketRocket": [
"0.4.1"
],
"MPMessagePack": [
"1.3.2"
],
"CocoaAsyncSocket": [
"7.4.1"
],
"AFNetworking": [
"2.6.1"
]
}
}