[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 7 / b / remindview / 0.0.3 / remindview.podspec.json
bloba7479b63698f05da0d1f0295a70a1f5e386449cd
2   "name": "remindview",
3   "version": "0.0.3",
4   "summary": "A remind view used on iOS.",
5   "description": "It is a remind view used on iOS,which implement by Objective-C.",
6   "homepage": "https://github.com/wzd-github/RmindView",
7   "license": "MIT",
8   "authors": {
9     "WZD": "wzdEmail163@163.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/wzd-github/RmindView.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "RemindView",
20     "RemindView/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "PingObserver",
28       "source_files": [
29         "RemindView",
30         "PingObserver/**/*.{h,m}"
31       ],
32       "public_header_files": "RemindView/**/*.h"
33     }
34   ]