blob: 2afcee1ea4ee194a53a78f676301985508361eb8 [file] [log] [blame]
{
"name": "Carte",
"version": "1.0.0",
"summary": "Open source notice generator for Cocoa.",
"homepage": "https://github.com/devxoul/Carte",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/Carte.git",
"tag": "1.0.0"
},
"source_files": "Carte/*.swift",
"preserve_paths": "Carte/carte.rb",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}