blob: 902765d26cf23eab74f492aaa1692ce45dd8b5f2 [file] [log] [blame]
{
"name": "EJHttpClient",
"version": "1.0.0",
"summary": "This is a convenient network framework.",
"description": "Using the object as the parameter of the network request, the block asynchronous callback automatically assigned to the response object, encapsulating the errorView and the loadView. In a word, you can request the network, the pop up loadingView and the errorView prompt.",
"homepage": "https://github.com/iOnRoad/EJHttpClient",
"license": "MIT",
"authors": {
"iOnRoad": "xuwenchao_15@163.com"
},
"source": {
"git": "https://github.com/iOnRoad/EJHttpClient.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "EJHttpClient",
"source_files": "Pod/Classes/EJHttpClient/*",
"public_header_files": "Pod/Classes/EJHttpClient/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
],
"dependencies": {
"Reachability": [
"~> 3.2"
],
"AFNetworking": [
"~> 2.6.3"
],
"AFgzipRequestSerializer": [
"~> 0.0.2"
],
"MJExtension": [
"~> 3.0.10"
]
}
}
]
}