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