[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / e / 2 / NAlamofire / 0.5.8 / NAlamofire.podspec.json
blobb75b28fd16f883935c1cdd47251ca6e9d5d77e3c
2   "name": "NAlamofire",
3   "version": "0.5.8",
4   "summary": "NAlamofire is wrapper of Alamofire - it makes use Alamofire easiest way.",
5   "homepage": "http://cornerteam.com",
6   "license": "MIT",
7   "authors": "Nghia Nguyen",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "source": {
12     "git": "https://github.com/nghiaphunguyen/NAlamofire",
13     "tag": "0.5.8"
14   },
15   "source_files": [
16     "Classes",
17     "NAlamofire/NAlamofire/**/*.{swift}"
18   ],
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "OTHER_LDFLAGS": "-lObjC"
22   },
23   "dependencies": {
24     "NRxSwift": [
26     ],
27     "Alamofire": [
29     ],
30     "SwiftyJSON": [
32     ],
33     "ObjectMapper": [
35     ],
36     "NLog": [
38     ]
39   }