blob: 1ade990db2cf2666814db71b3791f7678e9c420f [file] [log] [blame]
{
"name": "Pulsator",
"version": "0.5.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.5.0"
},
"social_media_url": "https://twitter.com/shu223",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pulsator/Pulsator.swift",
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
},
"osx": {
"frameworks": [
"Cocoa",
"QuartzCore"
]
}
}