[Add] IPDSDK 2.0.1.0
[CocoaPods.git] / Specs / 9 / 4 / 6 / LoginTextField / 1.3.0 / LoginTextField.podspec.json
blobce2e3b2563b41ef6f5379cf88d6da2923ca326c9
2   "name": "LoginTextField",
3   "version": "1.3.0",
4   "summary": "A tiny UITextField subclass to use in login / registration forms.",
5   "description": "LogintextField is a tiny subclas of UITextField. It's designed to fulfill almost any needs of a small forms like login or registration.",
6   "homepage": "https://github.com/anelad/LoginTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arda Oğul Üçpınar": "info@ardaucpinar.com"
13   },
14   "source": {
15     "git": "https://github.com/anelad/LoginTextField.git",
16     "tag": "1.3.0"
17   },
18   "social_media_url": "https://twitter.com/ArdaUcpinar",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.0"
24   },
25   "source_files": "LoginTextField/Classes/**/*",
26   "resources": [
27     "LoginTextField/Assets/**/*.xcassets"
28   ],
29   "testspecs": [
30     {
31       "name": "Test",
32       "test_type": "unit",
33       "source_files": [
34         "LoginTextField/LoginTextFieldTests/**/*.swift",
35         "LoginTextField/Classes/**/*"
36       ],
37       "pod_target_xcconfig": {
38         "SWIFT_VERSION": "4.0"
39       }
40     }
41   ]