blob: 39d86a3243508bfcc976d83b64fbb69fc8cb654b [file] [log] [blame]
{
"name": "SimLib",
"version": "1.0.0.3",
"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.3",
"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"
]
}
]
}
]
}