blob: 746d4dd7e66784066d597304e88a72550a50774d [file] [log] [blame]
{
"name": "HYToast",
"summary": "A toast with three style.",
"version": "2.3.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huxiaoyang": "yohuyang@gmail.com"
},
"homepage": "https://github.com/huxiaoyang/HYToast",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huxiaoyang/HYToast.git",
"tag": "2.3.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "All",
"dependencies": {
"HYToast/Notification": [
],
"HYToast/Status": [
]
}
},
{
"name": "Notification",
"source_files": "HYToast/HYNotificationToast/*.{h,m}"
},
{
"name": "Status",
"source_files": "HYToast/HYStatusToast/*.{h,m}"
}
]
}