blob: c773cef4a0dc35464ab78fda02c36b1f8cbf241b [file] [log] [blame]
{
"name": "YJExtensions",
"version": "1.0.6",
"summary": "分类",
"homepage": "https://github.com/LYajun/YJExtensions",
"license": "MIT",
"authors": {
"刘亚军": "liuyajun1999@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LYajun/YJExtensions.git",
"tag": "1.0.6"
},
"source_files": "YJExtensions/YJExtensions.h",
"requires_arc": true,
"subspecs": [
{
"name": "Foundation",
"source_files": "YJExtensions/Foundation/*.{h,m}",
"dependencies": {
"TFHpple": [
]
}
},
{
"name": "UIKit",
"source_files": "YJExtensions/UIKit/*.{h,m}",
"dependencies": {
"YJExtensions/Foundation": [
]
}
}
]
}