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