blob: e3b4068130a0154d9d4bc25568b902fc0175b998 [file] [log] [blame]
{
"name": "Pulsar",
"version": "1.0.1",
"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.\n",
"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.0.1"
},
"source_files": "Pulsar/Classes/*.{swift,h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}