blob: 7e4dba16a29abc830b793e5e23d7df87c71b7379 [file] [log] [blame]
{
"name": "MXSegmentedPager",
"version": "0.1.0",
"summary": "UIScrollView paging control using HMSegmentedControl.",
"description": " UIScrollView paging control using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl).\n",
"homepage": "https://github.com/maxep/MXSegmentedPager",
"license": "MIT",
"authors": {
"Maxime Epain": "maxime.epain@gmail.com"
},
"source": {
"git": "https://github.com/maxep/MXSegmentedPager.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/MaximeEpain",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MXSegmentedPager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"HMSegmentedControl": [
"~> 1.4"
]
}
}