blob: 3ad2d318eb8b2f92c7dcc2860bffc9d29ce0664e [file] [log] [blame]
{
"name": "Popsicle",
"version": "1.1.1",
"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.1.1"
},
"source_files": "Popsicle/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}