[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 4 / 1 / DRInputLimitManager / 0.1.0 / DRInputLimitManager.podspec.json
blob1359dfa239511e47b574074b8dd8f2af7b49bb85
2   "name": "DRInputLimitManager",
3   "version": "0.1.0",
4   "summary": "一句话添加对满足UITextInput协议的输入框做文字限制,字数限制,输入内容限制等",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/DeanFs/DRInputLimitManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dean_F": "stone.feng1990@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DeanFs/DRInputLimitManager.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DRInputLimitManager/Classes/**/*",
22   "dependencies": {
23     "BlocksKit": [
25     ],
26     "DRMacroDefines": [
28     ]
29   }