blob: ba86732dff64f83dfdde66b6411f27a6dace38bf [file] [log] [blame]
{
"name": "YYUtility",
"version": "0.0.3",
"summary": "Based on YYKit's utility and extension, it is a multfunctional tool",
"homepage": "https://github.com/Initial-C",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"InitialC": "iwilliamchang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Initial-C/YYUtility.git",
"tag": "0.0.3"
},
"source_files": "CExtension/**/*.{h,m}",
"public_header_files": "CExtension/**/*.{h}",
"ios": {
"exclude_files": [
"CExtension/Base/Foundation/NSObject+YYAddForARC.{h,m}",
"CExtension/Base/Foundation/NSThread+YYAdd.{h,m}"
]
},
"dependencies": {
"YYImage": [
"~> 1.0.4"
],
"YYImage/WebP": [
],
"YYText": [
"~> 1.0.7"
],
"YYModel": [
"~> 1.0.4"
],
"YYCache": [
"~> 1.0.4"
],
"YYWebImage": [
"~> 1.0.5"
]
},
"frameworks": [
"UIKit",
"CoreMotion"
],
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": [
"CExtension/Base/Foundation/NSObject+YYAddForARC.{h,m}",
"CExtension/Base/Foundation/NSThread+YYAdd.{h,m}"
]
}
]
}