blob: 968adba8ef5b676108572e158fd60ec55614a7d7 [file] [log] [blame]
{
"name": "Croissant",
"version": "0.0.1",
"summary": "A simple queued downloader.",
"description": "This library is a simple queued downloader written in Objective-C and released under MIT License.\n",
"homepage": "https://github.com/cerberillo/Croissant",
"license": {
"type": "MIT"
},
"authors": {
"David Martin": "david@martinmacias.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/cerberillo/Croissant.git",
"tag": "0.0.1"
},
"frameworks": "Foundation",
"source_files": "croissant/**/*.{h,m}",
"requires_arc": true
}