blob: 9826812ec8ea07980aff254649c5a3d700f65f07 [file] [log] [blame]
{
"name": "ATPopupView",
"version": "0.2.2",
"summary": "Abstract popup view",
"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.2.2"
},
"social_media_url": "https://twitter.com/ablettchen",
"platforms": {
"ios": "8.0"
},
"source_files": "ATPopupView/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
],
"ATCategories": [
]
}
}