[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / WZProtocolInterceptor / 0.1.0 / WZProtocolInterceptor.podspec.json
blob1e111ee913777c19832abe633c88bb609ab5b5ad
2   "name": "WZProtocolInterceptor",
3   "version": "0.1.0",
4   "summary": "a intermediate proxy class to forward Objective-C delegate messages",
5   "description": "                        A intermediate proxy class to forward Objective-C delegate messages.\n                        It checks the selector contained in specific protocol(s) to avoid infinite loop \n                        for keyboard dependent views like UITextField and UITextView.\n\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/haifengkao/WZProtocolInterceptor",
7   "license": "CC-BY-SA 3.0",
8   "authors": {
9     "WeZZard": ""
10   },
11   "source": {
12     "git": "https://github.com/haifengkao/WZProtocolInterceptor.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"