[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / a / XYCNetwork / 0.0.6 / XYCNetwork.podspec.json
blob5aaae0a10a90685ec9cf28f5c1ec89d776a6517d
2   "name": "XYCNetwork",
3   "version": "0.0.6",
4   "summary": "a network framework similar to YTKNetwork,and Using Swift",
5   "description": "this project is a network framework using alamofire,similar to YTKNetwork,and Using Swift",
6   "homepage": "https://github.com/TomasEdison/XYCNetwork.git",
7   "license": "MIT",
8   "authors": {
9     "TomasEdison": "2252055382@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/TomasEdison/XYCNetwork.git",
16     "tag": "0.0.6"
17   },
18   "source_files": "XYCNetwork/*.swift",
19   "requires_arc": true,
20   "dependencies": {
21     "Alamofire": [
22       "~> 3.4.1"
23     ]
24   }