[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 8 / 7 / 3 / KKRequest / 0.1.0 / KKRequest.podspec.json
blobb67fcfd2c20d9186a91879dfc607988a73f569cb
2   "name": "KKRequest",
3   "version": "0.1.0",
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.1.0"
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     "AFNetworking": [
27     ],
28     "MJExtension": [
30     ]
31   }