[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / d / c / FFCTextField / 0.0.1 / FFCTextField.podspec.json
blob7e8abf315be9a7d803d0d7cebb0bda7a559a83a6
2   "name": "FFCTextField",
3   "version": "0.0.1",
4   "summary": "Text field with a floating name label and validations",
5   "description": "FFCTextField is a small collection of features for implementing\nelegane text fields suitable for use in forms, and elsewhere.\n\nThe text field's placeholder text animates into a floating title\nlabel.\n\nThe text field also features validation functions that provide\nfeedback to the user via the same floating label mechanism.",
6   "homepage": "https://github.com/fcanas/FFCTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fabian Canas": "fcanas@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/fcanas",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/fcanas/FFCTextField.git",
20     "tag": "v0.0.1"
21   },
22   "source_files": [
23     "src",
24     "src/**/*.{swift}"
25   ]