[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / a / 4 / d / MTYPageMenu / 1.0 / MTYPageMenu.podspec.json
blob7e0788a934cfe4abc3cbb889d8727b29315d45f7
2   "name": "MTYPageMenu",
3   "summary": "Managing pages like ByteDance TouTiao App.",
4   "version": "1.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "menttofly": "1028365614@qq.com"
11   },
12   "homepage": "https://github.com/menttofly/MTYPageMenu",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/menttofly/MTYPageMenu.git",
18     "tag": "1.0"
19   },
20   "requires_arc": true,
21   "source_files": "MTYPageMenu/*.{h,m}",
22   "public_header_files": "MTYPageMenu/*.{h}",
23   "subspecs": [
24     {
25       "name": "MTYUtils",
26       "source_files": "MTYPageMenu/MTYUtils/*.{h,m}",
27       "public_header_files": "MTYPageMenu/MTYUtils/*.{h}"
28     }
29   ]