blob: 8197e20dd2fa51e9c7c68f2c8d13ba1a6dd0ae8c [file] [log] [blame]
{
"name": "LAPReliableSessionManager",
"version": "0.1.1",
"summary": "Send data packages in a reliable way, with guaranteed delivery",
"description": "If you want to send data packages to a web service in a reliable way, with guaranteed delivery.",
"homepage": "https://github.com/layered-pieces/LAPReliableSessionManager",
"license": "MIT",
"authors": {
"Oliver Letterer": "oliver.letterer@gmail.com"
},
"social_media_url": "https://twitter.com/OliverLetterer",
"source": {
"git": "https://github.com/layered-pieces/LAPReliableSessionManager.git",
"tag": "0.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "LAPReliableSessionManager",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"LAPWebServiceReachabilityManager": [
"~> 0.1"
]
}
}