blob: 469484fe39ff44b88711168d0b2ff85f559166f9 [file] [log] [blame]
{
"name": "SimLib",
"version": "1.0.0.4",
"summary": "iOS Kit",
"description": "iOS common kit",
"homepage": "https://github.com/goham/SimLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SimGao": "goham@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/goham/SimLib.git",
"tag": "1.0.0.4",
"submodules": true
},
"source_files": "SimLib/SimLib.h",
"exclude_files": "Classes/Exclude",
"public_header_files": "SimLib/SimLib.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "SimLib/Category/**/*.{h,m}",
"public_header_files": "SimLib/Category/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Macro",
"source_files": "SimLib/Macro/*.{h,m}",
"public_header_files": "SimLib/Macro/*.h"
},
{
"name": "SimKit",
"subspecs": [
{
"name": "FSImgView",
"source_files": "SimLib/SimKit/FSImgView/*.{h,m}",
"public_header_files": "SimLib/SimKit/FSImgView/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "FSViewFlowLayout",
"source_files": "SimLib/SimKit/FSViewFlowLayout/*.{h,m}",
"public_header_files": "SimLib/SimKit/FSViewFlowLayout/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
}
]
}
]
}