blob: e5f3418ae49d5e78bd39556e0c54b255b0ca58d7 [file] [log] [blame]
{
"name": "Pulsator",
"version": "0.6.0",
"summary": "Pulse animation for iOS.",
"homepage": "https://github.com/shu223/Pulsator",
"screenshots": "https://github.com/shu223/Pulsator/blob/master/demo.gif?raw=true",
"license": "MIT",
"authors": {
"shu223": "shuichi0526@gmail.com"
},
"source": {
"git": "https://github.com/shu223/Pulsator.git",
"tag": "0.6.0"
},
"social_media_url": "https://twitter.com/shu223",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pulsator/Pulsator.swift",
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
},
"osx": {
"frameworks": [
"Cocoa",
"QuartzCore"
]
},
"swift_version": "5.0"
}