blob: e9cb89f1b598a0348a1f7f852636ae1a17a82629 [file] [log] [blame]
{
"name": "Pulsar",
"version": "1.1.0",
"summary": "A generic wrapper implementation for copy-on-write data structures written in Swift.",
"description": "Pulsar is a versatile solution for displaying pulse animations as known from Apple Maps.",
"homepage": "https://github.com/regexident/Pulsar",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"Vincent Esche": "regexident@gmail.com"
},
"source": {
"git": "https://github.com/regexident/Pulsar.git",
"tag": "1.1.0"
},
"source_files": "Pulsar/Classes/*.{swift,h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}