blob: 12195e303114a56f6b7fb8302e96290219cfe317 [file] [log] [blame]
{
"name": "SSBaseLib",
"version": "1.0.4.9",
"summary": "SSBaseFramework 构成的一部分",
"description": "有量App 的基本框架构成,SSBaseFrameWork的一部分",
"homepage": "https://github.com/xie244135119/SSBaseLib/blob/master/README.md",
"license": "MIT",
"authors": {
"xieqiang": "xie244135119@163.com"
},
"social_media_url": "https://github.com/xie244135119",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xie244135119/SSBaseLib.git",
"tag": "1.0.4.9"
},
"source_files": "SSBaseLib/SSBaseLib.h",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": [
"SSBaseLib/Base/*.{h,m}",
"SSBaseLib/Core/*.{h,m}"
],
"dependencies": {
"SSBaseLib/SSJSONModel": [
]
}
},
{
"name": "SSJSONModel",
"source_files": [
"SSBaseLib/SSJSONModel1/*/*.{h,m}",
"SSBaseLib/SSJSONModel1/SSJSONModelLib.h"
]
}
]
}