[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / b / f / 4 / XSNetwork / 0.2.21 / XSNetwork.podspec.json
blob8162bbbc4c0e7b4ac73567a8e402da9eaa271737
2   "name": "XSNetwork",
3   "version": "0.2.21",
4   "summary": "对AFNetworking 4.0的封装",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/xiangshun110/XSNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiangshun": "113648883@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xiangshun110/XSNetwork.git",
16     "tag": "0.2.21"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "source_files": "XSNetwork/Classes/**/*",
28   "dependencies": {
29     "AFNetworking": [
30       "~> 4.0.1"
31     ],
32     "MBProgressHUD": [
33       "~> 1.2.0"
34     ]
35   }