[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / 4 / 8 / ScrollPage / 1.0.0 / ScrollPage.podspec.json
blob716be477d7b2379cb127f35427956afa1076e61d
2   "name": "ScrollPage",
3   "version": "1.0.0",
4   "summary": "ScrollPage is a custom control which is mixture of UIScrollView contains Container Views and Scrollable Tab Bar.",
5   "description": "ScrollPage is a custom control which is mixture of UIScrollView contains Container Views and Scrollable Tab Bar. Different from SMSwipeableTabView which used PageViewController. Use UIScrollView to get more flexibility.",
6   "homepage": "https://github.com/dan12411/ScrollPage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TeCheng Hung": "dan12411@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/techenghung",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/dan12411/ScrollPage.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "ScrollPage",
24     "ScrollPage/**/*.{h,m,swift}"
25   ],
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "3.0"
32   },
33   "pushed_with_swift_version": "3.0"