blob: 4a70d0f42fb8b689140138022f8509b93cd248ce [file] [log] [blame]
{
"name": "CFNotify",
"version": "1.0.3",
"summary": "A customizable framework to create draggable views",
"homepage": "https://github.com/hallelujahbaby/CFNotify",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Johnny": "hallelujahbaby@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/hallelujahbaby/CFNotify.git",
"tag": "1.0.3"
},
"swift_version": "5.0",
"source_files": [
"CFNotify",
"CFNotify/**/*.{swift,h}"
],
"resource_bundles": {
"CFResources": [
"CFResources/**/*.png"
]
},
"frameworks": "UIKit"
}