blob: 9a9c1e36c008031d98a24ff925719d6d8c38e55a [file] [log] [blame]
{
"name": "KYPhotoKit",
"version": "2.1.3",
"summary": "A simple for system lib photos,and a custom images scanner",
"description": "A simple for system lib photos,and a custom images scanner,it just afford some ideas,you still need to do some work before you use it.",
"homepage": "https://github.com/massyxf/YPhotokit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"massyxf": "messy007@163.com"
},
"source": {
"git": "https://github.com/massyxf/YPhotokit.git",
"tag": "2.1.3",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"KYPhotoKit": [
"KYPhotoKit/Assets/**/*"
]
},
"prefix_header_contents": "#import<KYPhotoKit/KYPhotoKit.h>",
"subspecs": [
{
"name": "base",
"source_files": "KYPhotoKit/Classes/base/**/*"
},
{
"name": "sources",
"dependencies": {
"KYPhotoKit/base": [
]
},
"source_files": "KYPhotoKit/Classes/sources/**/*"
},
{
"name": "hud",
"dependencies": {
"KYPhotoKit/base": [
]
},
"source_files": "KYPhotoKit/Classes/hud/**/*"
},
{
"name": "scanner",
"dependencies": {
"KYPhotoKit/sources": [
],
"KYPhotoKit/hud": [
]
},
"source_files": "KYPhotoKit/Classes/scanner/**/*"
},
{
"name": "display",
"dependencies": {
"KYPhotoKit/sources": [
],
"KYPhotoKit/scanner": [
],
"KYPhotoKit/hud": [
]
},
"source_files": "KYPhotoKit/Classes/display/**/*"
}
]
}