[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / d / 1 / SKFloatingTextField / 0.1.0 / SKFloatingTextField.podspec.json
blobe3882056a0c4dca4e6a84b81f76313a231d0eb96
2   "name": "SKFloatingTextField",
3   "version": "0.1.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   "screenshots": [
8     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/tuto1.png",
9     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/tuto2.png",
10     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/tuto3.png",
11     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/tuto4.png",
12     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/screen1.png",
13     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/screen2.png",
14     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/screen3.png",
15     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/screen4.png",
16     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/screen5.png",
17     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/screen6.png",
18     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/screen7.png",
19     "https://github.com/Coderode/Images/blob/master/iOS/floating-textfield/screen8.png"
20   ],
21   "license": {
22     "type": "MIT",
23     "file": "LICENSE"
24   },
25   "authors": {
26     "coderode": "sk9958814616@gmail.com"
27   },
28   "source": {
29     "git": "https://github.com/coderode/SKFloatingTextField.git",
30     "tag": "0.1.0"
31   },
32   "social_media_url": "https://www.instagram.com/sandeep__kush/",
33   "platforms": {
34     "ios": "13.0"
35   },
36   "source_files": "SKFloatingTextField/Classes/**/*",
37   "swift_versions": "5.0",
38   "resource_bundles": {
39     "SKFloatingTextField": [
40       "SKFloatingTextField/Classes/SKFloatingTextField.xib"
41     ]
42   },
43   "swift_version": "5.0"