[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / 2 / TOPageView / 1.0.0 / TOPageView.podspec.json
blob1d534342cbc8eccd04c9a27c7b1a4e7a79ba5f05
2   "name": "TOPageView",
3   "version": "1.0.0",
4   "summary": "一个可视化编辑的分页菜单。支持storyboard、xib、autolayout。动态加载页面,支持懒加载。属性和内容支持动态修改",
5   "description": "TOPageViewController是一个可视化编辑的分页菜单。支持storyboard、xib、autolayout。动态加载页面,支持懒加载。属性和内容支持动态修改",
6   "homepage": "https://github.com/TonyJR/TOPageViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tony.JR": "show_3@163.com"
13   },
14   "source": {
15     "git": "https://github.com/TonyJR/TOPageViewController.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "TOPageView/*.{h,m}",
24     "TOPageView/tools/*.{h,m}",
25     "TOPageView/models/*.{h,m}"
26   ],
27   "frameworks": "Foundation"