[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / b / a / XYCNetwork / 0.0.7 / XYCNetwork.podspec.json
blobe79897eb5ab482445ae6f91afcc810671e510524
2   "name": "XYCNetwork",
3   "version": "0.0.7",
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.7"
17   },
18   "source_files": "XYCNetwork/*.swift",
19   "requires_arc": true,
20   "dependencies": {
21     "Alamofire": [
22       "~> 3.4.1"
23     ]
24   }