blob: b1912bfe9e312815103accc7eee2e42b4e074515 [file] [log] [blame]
{
"name": "StepOHelper",
"version": "0.0.1",
"summary": "A kit for wokre of StepOHelper",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/nooto/StepOHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
" StepO": "gaogao323@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/nooto/StepOHelper.git",
"tag": "0.0.2"
},
"source_files": "StepOHelper/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/*\""
},
"dependencies": {
"Masonry": [
],
"YYKit": [
]
}
}