blob: 07995ac09b65f4c4d31e8f11c470a015c915ae5e [file] [log] [blame]
{
"name": "XDJKit",
"version": "0.1.0",
"summary": "常用的分类.",
"description": "一些常用的分类",
"homepage": "https://github.com/djxu1233/XDJKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DJ": "djxu1233@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/djxu1233/XDJKit.git",
"tag": "0.1.0"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"public_header_files": "Sources/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"MJRefresh": [
"~> 3.1.15.7"
]
},
"subspecs": [
{
"name": "Foundation",
"source_files": "Sources/Foundation/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MJRefresh": [
"~> 3.1.15.7"
]
}
},
{
"name": "UIKit",
"source_files": "Sources/UIKit/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MJRefresh": [
"~> 3.1.15.7"
]
}
}
]
}