blob: 93ae3bf5876283abe1aae75c30c59295cb3df9c3 [file] [log] [blame]
{
"name": "HTTPIDL",
"version": "0.0.7",
"summary": "http idl",
"description": "HTTP message generator for Swift 3",
"homepage": "https://github.com/cikelengfeng/HTTPIDL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DongXu": "cikelengfeng@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cikelengfeng/HTTPIDL.git",
"tag": "0.0.7"
},
"source_files": "Sources/Runtime/**/*.swift",
"exclude_files": "Sources/Exclude",
"preserve_paths": [
"Sources/Compiler/*.py",
"Sources/Compiler/**/*.{py,tokens}"
],
"dependencies": {
"Alamofire": [
],
"GzipSwift": [
]
},
"pushed_with_swift_version": "3.0"
}