[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 9 / KENetworking / 0.1.0 / KENetworking.podspec.json
blob2840d6cc1c2d40ce60be2cc63e4b46b9d31dc0ab
2   "name": "KENetworking",
3   "version": "0.1.0",
4   "summary": "KENetworking is tiny netwroking library based on Alamofire, ObjectMapper, PromiseKit.",
5   "dependencies": {
6     "Alamofire": [
8     ],
9     "ObjectMapper": [
11     ],
12     "PromiseKit/Alamofire": [
13       "~> 6.0"
14     ],
15     "PromiseKit": [
16       "~> 6.0"
17     ]
18   },
19   "description": "This tiny networki library KENetworking is built as practice on using PromiseKit with Alamofire, helping me with my upcomming development projects to focus on models. It is calling apis with using of promises rather comlpetion handlers that will allow me add more functionality to it easly.",
20   "homepage": "https://github.com/KarimEbrahemAbdelaziz/KENetworking",
21   "license": {
22     "type": "MIT",
23     "file": "LICENSE"
24   },
25   "authors": {
26     "Karim Ebrahem": "karimabdelazizmansour@gmail.com"
27   },
28   "source": {
29     "git": "https://github.com/KarimEbrahemAbdelaziz/KENetworking.git",
30     "tag": "0.1.0"
31   },
32   "platforms": {
33     "ios": "9.0"
34   },
35   "source_files": "KENetworking/Classes/**/*"