blob: 75231ae1f5d2612a1e0ba23dcbe920c30a747716 [file] [log] [blame]
{
"name": "NetworkRequester",
"version": "1.1.0",
"summary": "Simple and customizable network library to use in iOS application project.",
"description": "Supports both customization for common network configuration and easy-to-use requester creation mechanism.",
"homepage": "https://github.com/DragonCherry/NetworkRequester",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DragonCherry": "dragoncherry@naver.com"
},
"source": {
"git": "https://github.com/DragonCherry/NetworkRequester.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NetworkRequester/Classes/**/*",
"dependencies": {
"TinyLog": [
],
"Alamofire": [
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}