blob: d8edab9ccf61a67fa18c2ef64a7b8facbd14bc49 [file] [log] [blame]
{
"name": "FiM_JYUIComponent",
"version": "1.0.0",
"summary": "A short description of FiM_JYUIComponent.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/FirstMen/FiM_JYUIComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
},
"source": {
"git": "https://github.com/FirstMen/FiM_JYUIComponent.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "FiM_JYUIComponent/**/JYUIComponent.h",
"source_files": "FiM_JYUIComponent/**/JYUIComponent.h",
"subspecs": [
{
"name": "FiM_JYInfiniteRotationView",
"source_files": "FiM_JYUIComponent/**/FiM_JYInfiniteRotationView/*.{h,m}"
},
{
"name": "FiM_JYBaseMessageView",
"source_files": "FiM_JYUIComponent/**/FiM_JYBaseMessageView/*.{h,m}"
},
{
"name": "FiM_JYUIButton",
"source_files": "FiM_JYUIComponent/**/FiM_JYUIButton/*.{h,m}",
"dependencies": {
"FiM_BaseCoreLib/FiM_JYUtils": [
]
}
},
{
"name": "FiM_JYBadgeValueView",
"source_files": "FiM_JYUIComponent/**/FiM_JYBadgeValueView/*.{h,m}",
"dependencies": {
"FiM_JYCategories": [
]
}
},
{
"name": "FiM_JYCellMouldBoard",
"source_files": "FiM_JYUIComponent/**/FiM_JYCellMouldBoard/*.{h,m}",
"dependencies": {
"Masonry": [
],
"FiM_JYCategories": [
],
"FiM_BaseCoreLib/FiM_JYViews": [
]
}
},
{
"name": "FiM_JYCircleAnimationView",
"source_files": "FiM_JYUIComponent/**/FiM_JYCircleAnimationView/*.{h,m}",
"dependencies": {
"FiM_JYGeneralTools/FiM_Easing": [
]
}
},
{
"name": "FiM_JYColorProgressView",
"source_files": "FiM_JYUIComponent/**/FiM_JYColorProgressView/*.{h,m}"
},
{
"name": "FiM_JYEdgeInsetsLabel",
"source_files": "FiM_JYUIComponent/**/FiM_JYEdgeInsetsLabel/*.{h,m}",
"dependencies": {
"FiM_JYCategories": [
]
}
},
{
"name": "FiM_JYCollectionGridView",
"source_files": "FiM_JYUIComponent/**/FiM_JYCollectionGridView/*.{h,m}"
},
{
"name": "FiM_JYTableGridView",
"source_files": "FiM_JYUIComponent/**/FiM_JYTableGridView/*.{h,m}",
"dependencies": {
"FiM_BaseCoreLib/FiM_JYViews": [
]
}
},
{
"name": "FiM_JYCustomCollectionView",
"subspecs": [
{
"name": "Base",
"source_files": "FiM_JYUIComponent/**/FiM_JYCustomCollectionView/Base/*.{h,m}",
"dependencies": {
"FiM_BaseCoreLib/FiM_JYViews": [
]
}
},
{
"name": "GridCollectionItemView",
"source_files": "FiM_JYUIComponent/**/FiM_JYCustomCollectionView/GridCollectionItemView/*.{h,m}",
"dependencies": {
"FiM_JYUIComponent/FiM_JYCustomCollectionView/Base": [
]
}
},
{
"name": "HorizontalCollectionItemView",
"source_files": "FiM_JYUIComponent/**/FiM_JYCustomCollectionView/HorizontalCollectionItemView/*.{h,m}",
"dependencies": {
"FiM_JYUIComponent/FiM_JYCustomCollectionView/Base": [
]
}
}
]
}
]
}