blob: efe0b27fb3e8820fdfc09a66b4c464643dc5f085 [file] [log] [blame]
{
"name": "MLWebService",
"version": "0.0.1",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library helps you perform calculation.",
"homepage": "https://github.com/hao1234/MLWebService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vuhao125@gmail.com": "[email protected]"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/hao1234/MLWebService.git",
"tag": "0.0.1"
},
"source_files": "MLWebService/**/*.{h,m,swift}",
"dependencies": {
"SwiftyJSON": [
"~> 4.2"
]
},
"swift_version": "4.2"
}