blob: 3ffe53dd138906eb547d56be1dbd9f2dccaf80e5 [file] [log] [blame]
{
"name": "CFExtension",
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "CFExtension is a Swift module for adding extension to uiview.",
"homepage": "https://github.com/swift365/CFExtension",
"authors": {
"chengfei.heng": "hengchengfei@sina.com"
},
"source": {
"git": "https://github.com/swift365/CFExtension.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"CFExtension/Classes/*.swift",
"CFExtension/Classes/**/*.swift"
],
"dependencies": {
"JGProgressHUD": [
"~> 1.4"
],
"MBProgressHUD": [
"~> 1.0.0"
]
},
"pushed_with_swift_version": "3.0"
}