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