blob: 6463d55bef18486d2b26d6d0ce038896cbaf85fa [file] [log] [blame]
{
"name": "NAlamofire",
"version": "0.5.6",
"summary": "NAlamofire is wrapper of Alamofire - it makes use Alamofire easiest way.",
"homepage": "http://cornerteam.com",
"license": "MIT",
"authors": "Nghia Nguyen",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nghiaphunguyen/NAlamofire",
"tag": "0.5.6"
},
"source_files": [
"Classes",
"NAlamofire/NAlamofire/**/*.{swift}"
],
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"dependencies": {
"NRxSwift": [
],
"Alamofire": [
],
"SwiftyJSON": [
],
"ObjectMapper": [
],
"NLog": [
]
}
}