[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / f / 4 / 1 / MXSegmentedPager / 0.1.0 / MXSegmentedPager.podspec.json
blob7e4dba16a29abc830b793e5e23d7df87c71b7379
2   "name": "MXSegmentedPager",
3   "version": "0.1.0",
4   "summary": "UIScrollView paging control using HMSegmentedControl.",
5   "description": "                       UIScrollView paging control using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl).\n",
6   "homepage": "https://github.com/maxep/MXSegmentedPager",
7   "license": "MIT",
8   "authors": {
9     "Maxime Epain": "maxime.epain@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/maxep/MXSegmentedPager.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/MaximeEpain",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MXSegmentedPager": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "HMSegmentedControl": [
28       "~> 1.4"
29     ]
30   }