[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / 8 / PSYNetworking / 0.2.1 / PSYNetworking.podspec.json
blobf8c479c9c7e49339c7d7498b721b95fb8e9a4f3e
2   "name": "PSYNetworking",
3   "version": "0.2.1",
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.2.1"
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   "resources": "PSYNetworking/PSYNetworking.bundle/**/*.png",
29   "subspecs": [
30     {
31       "name": "category",
32       "source_files": "PSYNetworking/category/*.*",
33       "dependencies": {
34         "AFNetworking": [
35           "~> 3.2.1"
36         ]
37       }
38     }
39   ]