blob: 8087fa8d76a58230425d02eaab52ab15cebec374 [file] [log] [blame]
{
"name": "FFNetworking",
"version": "0.1.0",
"summary": "HTTP networking framework built upon Alamofire.",
"description": "FFNetworking is an HTTP networking framework built upon Alamofire in Swift. Doing just one request may seem more complicated than in Alamofire, but it proves itself in real projects.",
"homepage": "https://github.com/Faifly/FFNetworking.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ArKalmykov": "ar.kalmykov@gmail.com"
},
"source": {
"git": "https://github.com/Faifly/FFNetworking.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FFNetworking/Classes/**/*",
"dependencies": {
"Alamofire": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}