blob: f8502664086ce512a6a434d1496fe5b229f797d5 [file] [log] [blame]
{
"name": "YIMKit",
"version": "0.2.0",
"summary": "library for ybz",
"homepage": "https://github.com/yiiim/YIMKit",
"license": "MIT",
"authors": {
"ybz": "ybz975218925@live.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yiiim/YIMKit.git",
"tag": "0.2.0"
},
"source_files": "YIMKit/src/**/*.{h,m,c}",
"resources": "YIMKit/resource/*.bundle",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"DZNEmptyDataSet": [
],
"YYKit": [
],
"AFNetworking": [
]
},
"subspecs": [
{
"name": "Common",
"source_files": "YIMKit/src/Common/**/*.{h,m,c}"
},
{
"name": "Model",
"source_files": "YIMKit/src/Models/**/*.{h,m,c}",
"dependencies": {
"YIMKit/Common": [
],
"YYKit": [
]
}
},
{
"name": "Tool",
"source_files": "YIMKit/src/Tool/**/*.{h,m,c}",
"dependencies": {
"YIMKit/Common": [
],
"YIMKit/Model": [
]
}
},
{
"name": "UI",
"source_files": "YIMKit/src/UI/**/*.{h,m,c}",
"dependencies": {
"YIMKit/Common": [
],
"YIMKit/Tool": [
],
"Masonry": [
],
"DZNEmptyDataSet": [
],
"YYKit": [
]
}
},
{
"name": "Network",
"source_files": "YIMKit/src/Request/**/*.{h,m,c}",
"dependencies": {
"YIMKit/Common": [
],
"YIMKit/Model": [
],
"YIMKit/Tool": [
],
"AFNetworking": [
]
}
}
]
}