blob: f97003a47eb5513d8876886e05e86fbca48759fb [file] [log] [blame]
{
"name": "SimLib",
"version": "1.0.0",
"summary": "iOS Kit",
"description": "iOS common kit",
"homepage": "https://github.com/goham/SimLib/blob/master/SimLib.podspec",
"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"
},
"source_files": [
"SimLib",
"SimLib/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "SimLib/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}