blob: dd5d4931e20f42baae68600d85681de22aa43c9c [file] [log] [blame]
{
"name": "Popsicle",
"version": "1.0.0",
"summary": "Simple, extensible value interpolation framework",
"homepage": "https://github.com/Dromaguirre/Popsicle",
"authors": {
"David Roman": "dromaguirre@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Dromaguirre/Popsicle.git",
"tag": "1.0.0"
},
"source_files": "Popsicle/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}