blob: 10a856f0979d9a49d4c4cc682d8170c079ddc634 [file] [log] [blame]
{
"name": "JoyKit",
"version": "0.1.7",
"summary": "cellTextView优化",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/joy-make/JoyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"joy-make": "315585646@qq.com"
},
"source": {
"git": "https://github.com/joy-make/JoyKit.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "7.0"
},
"resources": "JoyKit/Assets/*",
"frameworks": [
"UIKit",
"IMageIO",
"Photos"
],
"dependencies": {
"Masonry": [
]
},
"subspecs": [
{
"name": "JoyHeader",
"source_files": "JoyKit/JoyHeader/**/*.{h,m}",
"dependencies": {
"JoyKit/CellsLibruary": [
],
"JoyKit/Category": [
],
"JoyKit/Controllers": [
],
"JoyKit/Utility": [
],
"JoyKit/Views": [
]
},
"public_header_files": "JoyKit/JoyHeader/**/*.h"
},
{
"name": "Views",
"source_files": "JoyKit/Views/**/*.{h,m}",
"dependencies": {
"JoyKit/CellsLibruary": [
],
"JoyKit/Category": [
]
},
"public_header_files": "JoyKit/Views/**/*.h"
},
{
"name": "Common",
"source_files": "JoyKit/Common/**/*.{h,m}",
"dependencies": {
"JoyKit/Category": [
]
},
"public_header_files": "JoyKit/Common/**/*.h"
},
{
"name": "Category",
"source_files": "JoyKit/Category/**/*.{h,m}",
"public_header_files": "JoyKit/Category/**/*.h"
},
{
"name": "Models",
"source_files": "JoyKit/Models/**/*.{h,m}",
"public_header_files": "JoyKit/Models/**/*.h"
},
{
"name": "CellsLibruary",
"source_files": "JoyKit/CellsLibruary/**/*.{h,m}",
"dependencies": {
"JoyKit/Models": [
],
"JoyKit/Common": [
],
"JoyKit/Category": [
]
},
"public_header_files": "JoyKit/CellsLibruary/**/*.h"
},
{
"name": "Controllers",
"source_files": "JoyKit/Controllers/**/*.{h,m}",
"dependencies": {
"JoyKit/Common": [
],
"JoyKit/Category": [
]
},
"public_header_files": "JoyKit/Controllers/**/*.h"
},
{
"name": "Utility",
"source_files": "JoyKit/Utility/**/*.{h,m}",
"public_header_files": "JoyKit/Utility/**/*.h"
}
]
}