blob: 2c6a7be1b607a43728515e144ac02c385787bf9e [file] [log] [blame]
{
"name": "JXNetworking",
"version": "0.0.7",
"summary": "iOS Networking Framework.",
"description": "iOS Networking Framework by using AFNetworking/ReactiveObjC/MJExtension.",
"homepage": "https://github.com/tospery/JXNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tospery": "tospery@gmail.com"
},
"source": {
"git": "https://github.com/tospery/JXNetworking.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JXNetworking/Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"3.2.0"
],
"ReactiveObjC": [
"3.1.0"
],
"MJExtension": [
"3.0.13"
]
}
}