blob: 764f42e7f0f25538cdba046c6bc2097985842a51 [file] [log] [blame]
{
"name": "CaamDauObjC",
"version": "1.0",
"summary": "A iOS development toolbox of Object-C (OC版iOS开发工具箱).",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/liucaide/CaamDauObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liucaide": "565726319@qq.com"
},
"source": {
"git": "https://github.com/liucaide/CaamDauObjC.git"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"CaamDauObjC/CaamDauObjC.h",
"CaamDauObjC/Chain/*.{h,m}",
"CaamDauObjC/Categories/*.{h,m}",
"CaamDauObjC/Form/*.{h,m}"
]
},
{
"name": "All",
"dependencies": {
"CaamDauObjC/Core": [
],
"CaamDauObjC/MJRefresh": [
]
}
},
{
"name": "MJRefresh",
"source_files": "CaamDauObjC/MJRefresh/*.{h,m}",
"dependencies": {
"MJRefresh": [
]
}
}
]
}