blob: 9f5bc33a4231844222642069907056d972ec7653 [file] [log] [blame]
{
"name": "YCHPhotoKit",
"version": "0.1.3",
"summary": "A short description of YCHPhotoKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ych.wang@outlook.com/YCHPhotoKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ych.wang@outlook.com": "ych.wang@outlook.com"
},
"source": {
"git": "https://github.com/onekyle/YCHPhotoKit.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_versions": "4.2",
"source_files": "README.md",
"swift_version": "4.2",
"subspecs": [
{
"name": "AssetsReader",
"source_files": "Source/Classes/AssetsReader/**/*"
},
{
"name": "UI",
"source_files": "Source/Classes/UI/**/*",
"resource_bundles": {
"YCHPhotoKit": [
"Source/Resources/*.xcassets"
]
},
"dependencies": {
"YCHPhotoKit/AssetsReader": [
],
"Kingfisher": [
]
}
}
]
}