blob: 617e5045a4da1852c59450466488e24a01fb1be2 [file] [log] [blame]
{
"name": "MTYPageMenu",
"summary": "Managing pages like ByteDance TouTiao App.",
"version": "1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"menttofly": "1028365614@qq.com"
},
"homepage": "https://github.com/menttofly/MTYPageMenu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/menttofly/MTYPageMenu.git",
"tag": "1.1"
},
"requires_arc": true,
"source_files": "MTYPageMenu/*.{h,m}",
"public_header_files": "MTYPageMenu/*.{h}",
"subspecs": [
{
"name": "MTYUtils",
"source_files": "MTYPageMenu/MTYUtils/*.{h,m}",
"public_header_files": "MTYPageMenu/MTYUtils/*.{h}"
}
]
}