[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / d / 6 / 7 / DRDNetworking / 0.5.2 / DRDNetworking.podspec.json
blob0a4cc877f33cfda566dee0da488721b6c205cc9c
2   "name": "DRDNetworking",
3   "version": "0.5.2",
4   "summary": "DRDNetworking is a networking sdk started by IMF.",
5   "description": "Name story:\nDurandal is the sword of Charlemagne's paladinRoland in the literary series known as the Matter of France.(From Wiki)\n\nOur Durandal:\nIt's a easy way to handle remote api call. Currently, in Durandal we are using AFNetworking Session Manager.",
6   "homepage": "https://github.com/Eleme-IMF/DRDNetworking",
7   "license": "MIT",
8   "authors": {
9     "cendywang": "cendymails@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Eleme-IMF/DRDNetworking.git",
13     "tag": "0.5.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.0.0"
24     ]
25   }