blob: f4128302f077c7e50af3bb1896356b513edeceee [file] [log] [blame]
{
"name": "KYPhotoKit",
"version": "2.1.2",
"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.2",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "sources",
"source_files": "KYPhotoKit/Classes/sources/**/*"
},
{
"name": "scanner",
"dependencies": {
"KYPhotoKit/sources": [
]
},
"source_files": "KYPhotoKit/Classes/scanner/**/*"
},
{
"name": "display",
"dependencies": {
"KYPhotoKit/sources": [
],
"KYPhotoKit/scanner": [
]
},
"source_files": "KYPhotoKit/Classes/display/**/*"
},
{
"name": "hud",
"source_files": "KYPhotoKit/Classes/hud/**/*"
}
]
}