blob: a906ad169479f5bb8262134d7dc647d18ff798e1 [file] [log] [blame]
{
"name": "Allegro",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"requires_arc": true
}