[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / 8 / PSYNetworking / 0.1.9 / PSYNetworking.podspec.json
blob8505f27fc91c3021ee9efb2a50ecf59aaab0eee7
2   "name": "PSYNetworking",
3   "version": "0.1.9",
4   "summary": "this is for psylifers",
5   "homepage": "https://github.com/PSYYunXi/PSYNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yunxi": "1521274774@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/PSYYunXi/PSYNetworking.git",
18     "tag": "0.1.9"
19   },
20   "requires_arc": false,
21   "source_files": "PSYNetworking/PSYUtils.h",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.2.1"
25     ]
26   },
27   "public_header_files": "PSYNetworking/PSYUtils.h",
28   "subspecs": [
29     {
30       "name": "category",
31       "source_files": "PSYNetworking/category/*.*",
32       "dependencies": {
33         "AFNetworking": [
34           "~> 3.2.1"
35         ]
36       }
37     },
38     {
39       "name": "images",
40       "resources": "PSYNetworking/*.*"
41     }
42   ]