blob: fe0df86cdff87ea17cc2902350dcb631c5f1cccb [file] [log] [blame]
{
"name": "Chop",
"version": "0.1.1",
"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.1.1"
},
"social_media_url": "https://twitter.com/ivanmoskalev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "Foundation",
"deprecated": true
}