blob: a7479b63698f05da0d1f0295a70a1f5e386449cd [file] [log] [blame]
{
"name": "remindview",
"version": "0.0.3",
"summary": "A remind view used on iOS.",
"description": "It is a remind view used on iOS,which implement by Objective-C.",
"homepage": "https://github.com/wzd-github/RmindView",
"license": "MIT",
"authors": {
"WZD": "wzdEmail163@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/wzd-github/RmindView.git",
"tag": "0.0.3"
},
"source_files": [
"RemindView",
"RemindView/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "PingObserver",
"source_files": [
"RemindView",
"PingObserver/**/*.{h,m}"
],
"public_header_files": "RemindView/**/*.h"
}
]
}