[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 1 / RAutoAdjust / 1.0.0 / RAutoAdjust.podspec.json
blob05b265c80600322b16eaa55259438414e75cfd6a
2   "name": "RAutoAdjust",
3   "version": "1.0.0",
4   "summary": "a drop-in replacement of UITextField and UITextView which adjust window position to make itself visible when keyboard pop out",
5   "description": "a drop-in replacement of UITextField and UITextView which can automatically adjust window position to make itself visible when keyboard pop out",
6   "homepage": "https://github.com/rickytan/RAutoAdjust",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rickytan": "ricky.tan.xin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rickytan/RAutoAdjust.git",
16     "tag": "v1.0.0"
17   },
18   "platforms": {
19     "ios": "4.0"
20   },
21   "source_files": "Classes/**/*.{h,m}",
22   "requires_arc": true