blob: b69d46ebd19c972ec3237740b828772d550fad63 [file] [log] [blame]
{
"name": "CSLUILibrary",
"version": "0.1.11",
"summary": "UI configurable interface Library",
"homepage": "https://github.com/chengshiliang/CSLUILibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chengshiliang": "285928582@qq.com"
},
"source": {
"git": "https://github.com/chengshiliang/CSLUILibrary.git",
"tag": "0.1.11"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CSLUILibrary/**/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"resources": "CSLUILibrary/Resources/*.png",
"dependencies": {
"CSLCommonLibrary": [
],
"JSONModel": [
]
},
"subspecs": [
{
"name": "SLImageView",
"source_files": "CSLUILibrary/SLImageView/*.{h,m}",
"frameworks": "Accelerate"
},
{
"name": "SLLabel",
"source_files": "CSLUILibrary/SLLabel/*.{h,m}",
"frameworks": [
"CoreText",
"CoreFoundation"
],
"dependencies": {
"CSLUILibrary/SLImageView": [
]
}
},
{
"name": "SLView",
"source_files": "CSLUILibrary/SLView/*.{h,m}"
},
{
"name": "SLButton",
"source_files": "CSLUILibrary/SLButton/*.{h,m}"
},
{
"name": "SLNavigationController",
"source_files": "CSLUILibrary/SLNavigationController/*.{h,m}"
},
{
"name": "SLTabbarView",
"source_files": "CSLUILibrary/SLTabbarView/*.{h,m}",
"dependencies": {
"CSLUILibrary/SLButton": [
],
"CSLUILibrary/SLView": [
]
}
},
{
"name": "SLTabbarController",
"source_files": "CSLUILibrary/SLTabbarController/*.{h,m}",
"dependencies": {
"CSLUILibrary/SLNavigationController": [
],
"CSLUILibrary/SLTabbarView": [
]
}
},
{
"name": "SLAlertView",
"source_files": "CSLUILibrary/SLAlertView/*.{h,m}",
"dependencies": {
"CSLUILibrary/SLView": [
],
"CSLUILibrary/SLImageView": [
],
"CSLUILibrary/SLLabel": [
],
"CSLUILibrary/SLTabbarView": [
]
}
}
]
}