blob: bcf6b66ac0eb3da34e66031f2fc0ed6bcf8d95d0 [file] [log] [blame]
{
"name": "ATPopupView",
"version": "0.1.3",
"summary": "弹出视图:alertView、actionSheet、messageView、loadingView、其他...",
"homepage": "https://github.com/ablettchen/ATPopupView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ablett": "ablettchen@gmail.com"
},
"source": {
"git": "https://github.com/ablettchen/ATPopupView.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/ablettchen",
"platforms": {
"ios": "8.0"
},
"source_files": "ATPopupView/**/*.{h,m}",
"public_header_files": "ATPopupView/**/*.{h}",
"resources": "ATPopupView/ATPopupView.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
],
"YYText": [
],
"YYImage": [
],
"ATCategories": [
]
}
}