[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / e / b / APLTextView / 0.0.2 / APLTextView.podspec.json
blob0048c5b958e099c8d606c0f491993e3a22868d3e
2   "name": "APLTextView",
3   "version": "0.0.2",
4   "summary": "A text view allowing to set a placeholder text and to specify a maximum allowed character count.",
5   "description": "                   A text view allowing to set a placeholder text just like for UILabel etc. In addition you can set \n                   a max character count. The text view will accept only the specified number of characters as input \n                   in this case. The remaining number of characters the user is able to enter will be displayed on \n                   the bottom right corner of the text view.\n",
6   "homepage": "https://github.com/apploft/APLTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Kamphausen": "michael.kamphausen@apploft.de",
13     "Tino Rachui": "tino.rachui@apploft.de"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/apploft/APLTextView.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true