[Add] IPDSDK 2.0.1.0
[CocoaPods.git] / Specs / 9 / 4 / 6 / LoginTextField / 1.1.0 / LoginTextField.podspec.json
blob4c6079b57a192f84c96836ae4bdf99ba913bc970
2   "name": "LoginTextField",
3   "version": "1.1.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.1.0"
17   },
18   "social_media_url": "https://twitter.com/ArdaUcpinar",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "LoginTextField/Classes/**/*",
23   "resources": [
24     "LoginTextField/Assets/**/*.xcassets"
25   ],
26   "pushed_with_swift_version": "4.0",
27   "testspecs": [
28     {
29       "name": "Test",
30       "test_type": "unit",
31       "source_files": [
32         "LoginTextField/Tests/**/*",
33         "LoginTextField/Classes/**/*"
34       ],
35       "pod_target_xcconfig": {
36         "SWIFT_VERSION": "4.0"
37       }
38     }
39   ]