blob: 7a83fe9dc716f4ccf19e148e6106860d87952149 [file] [log] [blame]
{
"name": "Lwt_Networking",
"version": "1.0.1",
"summary": "Based on the AFNetworking secondary packaging",
"homepage": "https://github.com/lwt211/Lwt_Networking",
"license": "MIT",
"authors": {
"Li Wentao": "https://github.com/lwt211/Lwt_Networking"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lwt211/Lwt_Networking.git",
"tag": "1.0.1"
},
"source_files": "Lwt_Networking/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"YYCache": [
"~> 1.0.4"
]
}
}