blob: 7e0788a934cfe4abc3cbb889d8727b29315d45f7 [file] [log] [blame]
{
"name": "MTYPageMenu",
"summary": "Managing pages like ByteDance TouTiao App.",
"version": "1.0",
"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.0"
},
"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}"
}
]
}