blob: 9573557d1926a568a83fdc051e80d94577de4b8c [file] [log] [blame]
{
"name": "CFExtension",
"version": "0.1.0-beta",
"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.0-beta"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"CFExtension/Classes/*.swift",
"CFExtension/Classes/**/*.swift"
],
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
],
"JGProgressHUD": [
"~> 1.4"
]
},
"pushed_with_swift_version": "3.0"
}