[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 7 / 3 / KKRequest / 0.0.4 / KKRequest.podspec.json
blob700b175ac7d428287d33dd199125ec2a211b25c4
2   "name": "KKRequest",
3   "version": "0.0.4",
4   "summary": "a foundation for request",
5   "description": "a foundation for request, so that can begin a project quickly",
6   "homepage": "https://github.com/TieShanWang/KKRequest",
7   "license": "MIT",
8   "authors": {
9     "wangtieshan": "15003836653@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/TieShanWang/KKRequest.git",
16     "tag": "0.0.4"
17   },
18   "source_files": [
19     "KKRequest/KKRequest/**/*.{h,m,mm}",
20     "KKRequest/KKRequest/*.{h,m,mm}"
21   ],
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "KKBaseComponent": [
27     ],
28     "AFNetworking": [
30     ],
31     "MJExtension": [
33     ]
34   }