blob: a1c9b7c1dbad11e8daf2ee5935a0e60272892316 [file] [log] [blame]
{
"name": "lchSDK",
"version": "0.0.3",
"summary": "Personal development SDK on iOS",
"homepage": "https://github.com/lch872/lchSDK",
"license": "MIT",
"authors": {
"lch": "lch872@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lch872/lchSDK.git",
"tag": "0.0.3"
},
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"subspecs": [
{
"name": "NS",
"source_files": "lchSDK/Category/NS/*.{h,m}"
},
{
"name": "UI",
"source_files": "lchSDK/Category/UI/*.{h,m}"
}
]
},
{
"name": "Tool",
"source_files": "lchSDK/Tool/*.{h,m}",
"dependencies": {
"lchSDK/Category": [
]
}
},
{
"name": "View",
"source_files": "lchSDK/View/*.{h,m}",
"dependencies": {
"lchSDK/Category": [
]
}
}
]
}