blob: c4e8b32b4a847bc1d2f7752bb2c4b0a6f6c169d3 [file] [log] [blame]
{
"name": "SwiftNetworking",
"version": "0.1.2",
"summary": "A micro networking framework for Swift",
"description": "SwiftNetworking provides a thin NetworkClient class that builds and executes URLRequests.",
"homepage": "https://github.com/patrickmontalto/SwiftNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"patrick.montalto@adnas.com": "pmontalto@gmail.com"
},
"source": {
"git": "https://github.com/patrickmontalto/SwiftNetworking.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftNetworking/Classes/**/*",
"pushed_with_swift_version": "3.0"
}