[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 0 / e / 2 / NAlamofire / 1.9.9 / NAlamofire.podspec.json
blobf501cf216f9305729df86468ed4999f1fe9c5518
2   "name": "NAlamofire",
3   "version": "1.9.9",
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": "1.9.9"
14   },
15   "source_files": [
16     "Classes",
17     "NAlamofire/Source/**/*.{swift}"
18   ],
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "OTHER_LDFLAGS": "-lObjC"
22   },
23   "dependencies": {
24     "NRxSwift": [
25       "0.2.10"
26     ],
27     "RxSwift": [
28       "2.6.0"
29     ],
30     "Alamofire": [
31       "3.5.1"
32     ],
33     "SwiftyJSON": [
34       "2.3.2"
35     ],
36     "ObjectMapper": [
37       "1.4.0"
38     ],
39     "NLogProtocol": [
40       "1.0.1"
41     ]
42   },
43   "pushed_with_swift_version": "2.3"