blob: acab68b286ebb64b80c0d11b12ec6145ca6285b4 [file] [log] [blame]
{
"name": "SegementSlide",
"version": "2.0-beta-6",
"summary": "Multi-tier UIScrollView nested scrolling solution. 😋😋😋",
"homepage": "https://github.com/Jiar/SegementSlide",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Jiar": "iiimjiar@gmail.com"
},
"social_media_url": "https://twitter.com/JiarYoo",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Jiar/SegementSlide.git",
"tag": "2.0-beta-6"
},
"ios": {
"frameworks": "UIKit",
"source_files": [
"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"
]
}
}