[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / d / 1 / SKFloatingTextField / 1.0.2 / SKFloatingTextField.podspec.json
blob3a50a1268f1816a68ea46d5d3076143de944c646
2   "name": "SKFloatingTextField",
3   "version": "1.0.2",
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.2"
17   },
18   "social_media_url": "https://www.instagram.com/sandeep__kush/",
19   "platforms": {
20     "ios": "12.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"