blob: c2c6c5b523076cbb5b513bd2c70bb5bb6f59f90b [file] [log] [blame]
{
"name": "ATPopupView",
"version": "0.1.4",
"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.4"
},
"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": [
],
"ATLoadingView": [
]
}
}