blob: 6fd8a9aaf80627fa63b4985c3ecffb50b48a732e [file] [log] [blame]
{
"name": "FRMessage",
"version": "0.0.1",
"summary": "Easy to use and customizable messages/notifications for iOS",
"description": "This framework provides an easy to use class to show little notification views on the top of the screen.\nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message, Custom.",
"homepage": "https://github.com/zengfxios/FRMessage",
"license": "MIT",
"authors": {
"zengfxios": "zengfxios@gmail.com"
},
"source": {
"git": "https://github.com/zengfxios/FRMessage.git",
"tag": "0.0.1"
},
"social_media_url": "http://weibo.com/zfanxu",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "FRMessage/**/*.{h,m}",
"public_header_files": "FRMessage/*.h",
"dependencies": {
"Masonry": [
]
}
}