blob: a1d59545513a1ac7addf7d800dc82315c2559cb1 [file] [log] [blame]
{
"name": "MYLCommonUI",
"version": "0.0.11",
"summary": "MYLCommonUI",
"description": "MYLCommonUI 沐雨立的UI组件",
"homepage": "https://github.com/MuYuLi/MYLCommonUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"沐雨立": "zhyl1881@163.com"
},
"source": {
"git": "https://github.com/MuYuLi/MYLCommonUI.git",
"tag": "0.0.11"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MYLCommonUI/*.{h,m,c}",
"public_header_files": "MYLCommonUI/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"subspecs": [
{
"name": "Utils",
"source_files": "MYLCommonUI/Utils/*",
"public_header_files": "MYLCommonUI/Utils/*.h"
},
{
"name": "Components",
"source_files": "MYLCommonUI/Components/**/*",
"dependencies": {
"MYLCommonUI/Utils": [
]
}
}
]
}