blob: 0c1431a7ae1326e4104ad463d9cfe3603e552360 [file] [log] [blame]
{
"name": "ATPopup",
"version": "0.1.0",
"summary": "Popup view collection",
"homepage": "https://github.com/ablettchen/ATPopup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ablett": "ablettchen@gmail.com"
},
"source": {
"git": "https://github.com/ablettchen/ATPopup.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ablettchen",
"platforms": {
"ios": "8.0"
},
"source_files": "ATPopup/**/*.{h,m}",
"public_header_files": "ATPopup/**/*.{h}",
"requires_arc": true,
"dependencies": {
"ATAlertView-OC": [
],
"ATSheetView": [
],
"ATPickerView": [
],
"ATToastView": [
],
"ATLoadView": [
]
}
}