blob: d9971670ed9a4ec1449d7aba19b789b69af4166e [file] [log] [blame]
{
"name": "SwiftConfettiView",
"version": "0.1.0",
"summary": "Confetti! Who doesn't like confetti?'",
"description": "SAConfettiView is the quickest way to add confetti to your application and make your users feel rewarded.",
"homepage": "https://github.com/ugurethemaydin/SwiftConfettiView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Uğur Ethem AYDIN": "ugur@metromedya.com"
},
"source": {
"git": "https://github.com/ugurethemaydin/SwiftConfettiView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftConfettiView/Classes/**/*",
"resource_bundles": {
"SwiftConfettiView": [
"SwiftConfettiView/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}