blob: 17db108361177520749cdc4a12d5a7570e5fe7c7 [file] [log] [blame]
{
"name": "XYExtensions",
"version": "1.0.0",
"summary": "分类",
"homepage": "https://github.com/wusang/XYExtensions.git",
"license": "MIT",
"authors": {
"wusang": "1149779588@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wusang/XYExtensions.git",
"tag": "1.0.0"
},
"source_files": "XYExtensions/XYCategories.h",
"requires_arc": true,
"subspecs": [
{
"name": "UIKit",
"source_files": "XYExtensions/UIKit/*.{h,m}",
"dependencies": {
"XYExtensions/Foundation": [
]
}
},
{
"name": "Foundation",
"source_files": "XYExtensions/Foundation/*.{h,m}",
"dependencies": {
"TFHpple": [
]
}
}
]
}