blob: 7c8c12e498d63512bfb1ec26def24e5e80d55f93 [file] [log] [blame]
{
"name": "SegementSlide",
"version": "0.1",
"summary": "SegementSlide",
"homepage": "https://github.com/Jiar/SegementSlide",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Jiar": "iiimjiar@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Jiar/SegementSlide.git",
"tag": "0.1"
},
"ios": {
"frameworks": "UIKit",
"source_files": [
"Source/*.swift",
"Source/**/*.swift",
"Source/**/**/*.swift"
]
},
"module_name": "SegementSlide",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"static_framework": true,
"dependencies": {
"SnapKit": [
"~> 4.2.0"
]
}
}