blob: 46edfa7b7c0e5d3e468a74cc4f593ca87d3f38ae [file] [log] [blame]
{
"name": "Chop",
"version": "0.3.0",
"summary": "Expressive RAII abstraction over async operations.",
"description": "Chop is a delightful framework that provides a simple and expressive way to manage async operations.",
"homepage": "https://github.com/ivanmoskalev/Chop",
"license": "MIT",
"authors": {
"Ivan Moskalev": "ivan.moskalev@gmail.com"
},
"source": {
"git": "https://github.com/ivanmoskalev/Chop.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/ivanmoskalev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0",
"deprecated": true
}