blob: 6d789246d380eec3a670569b73d2910b881efd11 [file] [log] [blame]
{
"name": "Allegro",
"version": "1.2.1",
"summary": "Dynamic Type Construction In Swift",
"description": "Allegro allows you to create struct and class instances at runtime.",
"homepage": "https://github.com/bradhilton/Allegro",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/Allegro.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"requires_arc": true
}