blob: 58e0d02636a5a0a9fae0446124fd3030c40a0fd3 [file] [log] [blame]
{
"name": "YJExtensions",
"version": "1.1.1",
"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.1.1"
},
"source_files": "YJExtensions/YJExtensions.h",
"requires_arc": true,
"subspecs": [
{
"name": "UIKit",
"source_files": "YJExtensions/UIKit/*.{h,m}",
"dependencies": {
"YJExtensions/Foundation": [
]
}
},
{
"name": "Foundation",
"source_files": "YJExtensions/Foundation/*.{h,m}",
"dependencies": {
"TFHpple": [
]
}
}
]
}