[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 8 / 0 / f / EAMTextView / 0.0.1 / EAMTextView.podspec.json
blob44f3737eb8ea49dd736a680aea770f9d7894097e
2   "name": "EAMTextView",
3   "version": "0.0.1",
4   "summary": "EAMTextView is UITextView subclass that adds placeholder and vertical autoresizing support.",
5   "homepage": "https://github.com/mouhcine/EAMTextView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mouhcine El Amine": "mouhcine.elamine@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/mouhcine/EAMTextView.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "EAMTextView/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "CoreGraphics"
24   ],
25   "requires_arc": true