blob: 1eadb54e3b51ca17a2c1b8f698c8c0130ba5c1ab [file] [log] [blame]
{
"name": "YJExtensions",
"version": "1.1.7",
"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.7"
},
"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": [
]
}
}
]
}