blob: 4d87894e35c01efae5b14ba3f935232affce60ff [file] [log] [blame]
{
"name": "Popsicle",
"version": "2.0.1",
"summary": "Delightful, extensible Swift value interpolation framework",
"homepage": "https://github.com/DavdRoman/Popsicle",
"authors": {
"David Román": "d@vidroman.me"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/DavdRoman",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DavdRoman/Popsicle.git",
"tag": "2.0.1"
},
"source_files": "Popsicle/*.{h,swift}",
"frameworks": "UIKit",
"requires_arc": true
}