blob: 8ef0c75b0be3d8e674aa12ea5648c77dfab590a9 [file] [log] [blame]
{
"name": "YUCategory",
"version": "1.2.16",
"summary": "Large category for you.",
"description": "YUCategory is iPad and iPhone compatible. Supports landscape and portrait orientations.",
"homepage": "https://github.com/yuzhidu/YUCategory",
"authors": {
"马裕博": "1632212092@qq.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source": {
"git": "https://github.com/yuzhidu/YUCategory.git",
"tag": "1.2.16"
},
"source_files": [
"YUCategory",
"YUCategory/*.{h,m}"
],
"subspecs": [
{
"name": "UIKit",
"platforms": {
"ios": "7.0"
},
"source_files": "YUCategory/UIKit/**/*.{h,m}"
},
{
"name": "Foundation",
"platforms": {
"ios": "7.0"
},
"source_files": "YUCategory/Foundation/**/*.{h,m}"
},
{
"name": "NSString",
"platforms": {
"ios": "7.0"
},
"source_files": "YUCategory/Foundation/NSString/*.{h,m}"
},
{
"name": "UIView",
"platforms": {
"ios": "7.0"
},
"source_files": "YUCategory/UIKit/UIView/*.{h,m}"
}
]
}