blob: 15008d756c88dc911f65db5fc37b3070296d7a19 [file] [log] [blame]
{
"name": "Variants",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Experiments/Mods system for iOS and OS X",
"homepage": "https://github.com/andybons/ABVariants",
"authors": {
"Andrew Bonventre": "andybons@gmail.com"
},
"source": {
"git": "https://github.com/andybons/ABVariants.git",
"tag": "1.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "ABVariants/*.{h,m}",
"frameworks": "Foundation"
}