[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / 3 / 8 / LRTextField / 1.0.3 / LRTextField.podspec.json
blobd3ea35abc94590b589687761801df275903b1dcf
2   "name": "LRTextField",
3   "version": "1.0.3",
4   "summary": "UITextField with label, validation and input mask on iOS.",
5   "description": "UITextField with label, validation and input mask on iOS, which is implemented by Objective-C.",
6   "homepage": "https://github.com/LR-Studio/LRTextField",
7   "license": "MIT",
8   "authors": {
9     "LR Studio": "lrlrstudio@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/LR-Studio/LRTextField.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "8.3"
17   },
18   "requires_arc": true,
19   "source_files": "LRTextField/*",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ]