blob: b780735627631c9e3ff63f327ea2d57c561de0e2 [file] [log] [blame]
{
"name": "ECGPublicLib",
"version": "1.1.5",
"summary": "ECGPublicLib is a SDK content a lots of public tools, in order to use in program.",
"description": "ECGPublicLib is a SDK content a lots of public tools, in order to use in program,ECGPublicLib is a SDK content a lots of public tools, in order to use in program.",
"homepage": "https://github.com/fttios/ECGPublicLib/tree/master",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fighter-FT": "fantantanyx@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fttios/ECGPublicLib.git",
"tag": "1.1.5"
},
"dependencies": {
"Masonry": [
"~> 1.0.2"
],
"SDWebImage": [
"~> 4.0.0"
]
},
"subspecs": [
{
"name": "ECGCustomCell",
"source_files": "ECGPublicLib/ECGCustomCell/*.{h,m}",
"dependencies": {
"ECGPublicLib/model": [
],
"ECGPublicLib/ECGLayoutConstraint": [
]
}
},
{
"name": "model",
"source_files": "ECGPublicLib/model/*.{h,m}"
},
{
"name": "ECGLayoutConstraint",
"source_files": "ECGPublicLib/ECGLayoutConstraint/*.{h,m}"
}
]
}