blob: ff189d445547fd1f83ef7fb02e1bc74ca2db8181 [file] [log] [blame]
{
"name": "FJHttpClient",
"version": "0.0.1",
"summary": "An intergrated http(s) request/response api",
"homepage": "https://github.com/jeffnjut/FJHttpClient",
"license": "MIT",
"authors": {
"jeff_njut": "jeff_njut@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jeffnjut/FJHttpClient.git",
"tag": "0.0.1"
},
"source_files": "FJHttpClient/**/*.{h,m}",
"requires_arc": [
"FJHttpClient/classes/encryption/AES/*.m",
"FJHttpClient/classes/encryption/CRC32/*.m",
"FJHttpClient/classes/encryption/Hash/*.m",
"FJHttpClient/classes/http/*.m"
],
"dependencies": {
"AFNetworking": [
],
"JSONModel": [
],
"YYModel": [
],
"CocoaSecurity": [
]
}
}