[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / e / 2 / NAlamofire / 0.3 / NAlamofire.podspec.json
blob42bdd7a9454b82f0e64ee1ebe563ed8ddca4c606
2   "name": "NAlamofire",
3   "version": "0.3",
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.3"
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": [
25       "0.1.2"
26     ],
27     "Alamofire": [
28       "3.4.1"
29     ],
30     "SwiftyJSON": [
32     ],
33     "ObjectMapper": [
34       "1.3.0"
35     ],
36     "NLog": [
37       "1.1.1"
38     ]
39   }