[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / 4 / 1 / YCHPhotoKit / 0.1.3 / YCHPhotoKit.podspec.json
blob9f5bc33a4231844222642069907056d972ec7653
2   "name": "YCHPhotoKit",
3   "version": "0.1.3",
4   "summary": "A short description of YCHPhotoKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ych.wang@outlook.com/YCHPhotoKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ych.wang@outlook.com": "ych.wang@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/onekyle/YCHPhotoKit.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "4.2",
23   "source_files": "README.md",
24   "swift_version": "4.2",
25   "subspecs": [
26     {
27       "name": "AssetsReader",
28       "source_files": "Source/Classes/AssetsReader/**/*"
29     },
30     {
31       "name": "UI",
32       "source_files": "Source/Classes/UI/**/*",
33       "resource_bundles": {
34         "YCHPhotoKit": [
35           "Source/Resources/*.xcassets"
36         ]
37       },
38       "dependencies": {
39         "YCHPhotoKit/AssetsReader": [
41         ],
42         "Kingfisher": [
44         ]
45       }
46     }
47   ]