blob: 5d5a845f78aaf03e89a3f19859d55737116ac7c4 [file] [log] [blame]
{
"name": "Listenable",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"version": "2.2.0",
"summary": "Swift Observable object",
"description": "Swift object that provides an observable platform for multiple listeners.",
"homepage": "https://github.com/MerrickSapsford/Listenable",
"license": "MIT",
"authors": {
"Merrick Sapsford": "merrick@sapsford.tech"
},
"social_media_url": "http://twitter.com/MerrickSapsford",
"source": {
"git": "https://github.com/MerrickSapsford/Listenable.git",
"tag": "2.2.0"
},
"source_files": "Sources/Listenable/**/*.{h,m,swift}"
}