[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 2 / 5 / 1 / YYSocketKit / 1.0.2 / YYSocketKit.podspec.json
blob8183ebbb6f58044685ad9fb58296015d4ac088dc
2   "name": "YYSocketKit",
3   "version": "1.0.2",
4   "summary": "A short description of YYSocketKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/guofeng123456/YYSocketKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "guofeng123456": "1213685992@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/guofeng123456/YYSocketKit.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "subspecs": [
25     {
26       "name": "Framework",
27       "source_files": "YYSocketKit/Classes/Framework/YYSocketIOKit.framework/Headers/YYSocketIOKit-Swift.h",
28       "vendored_frameworks": "YYSocketKit/Classes/Framework/*.framework"
29     },
30     {
31       "name": "Headers",
32       "source_files": "YYSocketKit/Classes/Headers/**/*.{h}"
33     }
34   ]