[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 4 / d / 1 / SKFloatingTextField / 1.0.0 / SKFloatingTextField.podspec.json
blobab5d5d933ac401a2c3b6e95ac203cdd298ba73a9
2   "name": "SKFloatingTextField",
3   "version": "1.0.0",
4   "summary": "This project will create a custom floating title textfield for iOS Applications.",
5   "description": "'This project will create a custom floating title textfield for iOS Applications. Just give the custom class to a view (height and width as needed for the textfield) as SKFloatingTextField in the storyboard. Also to make changes import the SKFloatingTextField in the UIViewController and make IBOUTLET of the view in the UIViewController and you will be ready access all the properties, methods, delegate available in it.'",
6   "homepage": "https://github.com/coderode/SKFloatingTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "coderode": "sk9958814616@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/coderode/SKFloatingTextField.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://www.instagram.com/sandeep__kush/",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "SKFloatingTextField/Classes/**/*",
23   "swift_versions": "5.0",
24   "resource_bundles": {
25     "SKFloatingTextField": [
26       "SKFloatingTextField/Classes/SKFloatingTextField.xib"
27     ]
28   },
29   "swift_version": "5.0"