blob: 81a26513cc8b0421646c5eb94d8e9fe95b2a10d6 [file] [log] [blame]
{
"name": "XYExtensions",
"version": "1.0.2",
"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.2"
},
"source_files": "XYExtensions/XYExtensions.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": [
]
}
},
{
"name": "XYNetManger",
"source_files": "XYExtensions/XYNetManger/*.{h,m}",
"dependencies": {
"AFNetworking": [
"3.1.0"
],
"Reachability": [
]
}
},
{
"name": "Base",
"source_files": "XYExtensions/Base/*.{h,m}"
}
]
}