blob: b910bd13f97bcf08227d8ace737552b9fcda5a5e [file] [log] [blame]
{
"name": "YPUIKit",
"version": "1.1.2",
"summary": "A collection of categories that contains many commonly used methods.",
"homepage": "https://github.com/yuping1989/YPUIKit",
"license": "MIT",
"authors": {
"Yu Ping": "290180695@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yuping1989/YPUIKit.git",
"tag": "1.1.2"
},
"requires_arc": true,
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": "YPUIKit/**/*.{h,m}",
"dependencies": {
"MBProgressHUD": [
],
"Masonry": [
]
}
},
{
"name": "YPLine",
"source_files": "YPUIKit/YPLine/**/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "YPProgress",
"source_files": "YPUIKit/YPProgress/**/*.{h,m}",
"dependencies": {
"MBProgressHUD": [
]
}
},
{
"name": "YPBaseUpwardsView",
"source_files": "YPUIKit/YPBaseUpwardsView/**/*.{h,m}"
},
{
"name": "YPCheckBox",
"source_files": "YPUIKit/YPCheckBox/**/*.{h,m}"
},
{
"name": "YPControl",
"source_files": "YPUIKit/YPControl/**/*.{h,m}"
},
{
"name": "YPPageControlView",
"source_files": "YPUIKit/YPPageControlView/**/*.{h,m}"
},
{
"name": "YPTagCloudView",
"source_files": "YPUIKit/YPTagCloudView/**/*.{h,m}"
},
{
"name": "YPTextView",
"source_files": "YPUIKit/YPTextView/**/*.{h,m}"
}
]
}