blob: a42b00873b6ceb8a33b3674b1868a4b6832e3c17 [file] [log] [blame]
{
"name": "SNPSegmentedPager",
"version": "0.1.0",
"summary": "Segmented pager view with Parallax header.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/snapp-cab/SNPSegmentedPager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jebelli.farhad@gmail.com": "jebelli.farhad@gmail.com"
},
"source": {
"git": "https://github.com/snapp-cab/SNPSegmentedPager.git",
"tag": "0.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"SNPSegmentedPager/Classes/**/*.{swift}",
"SNPSegmentedPager/Classes/**/*.{m}",
"SNPSegmentedPager/Classes/**/*.{h}"
],
"public_header_files": [
"SNPSegmentedPager/**/*.{h}"
],
"dependencies": {
"MXPagerView": [
"0.2.1"
],
"MXParallaxHeader": [
"0.6.1"
]
}
}