[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / a / 9 / SwiftReactiveTextField / 1.0.3 / SwiftReactiveTextField.podspec.json
blob2d21270ad6c058d49b6894da9f7bb5102f217cd1
2   "name": "SwiftReactiveTextField",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Thin wrapper for UITextField that supports listening to programmatic text changes.",
7   "requires_arc": true,
8   "version": "1.0.3",
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Hai Pham": "swiften.svc@gmail.com"
15   },
16   "homepage": "https://github.com/protoman92/SwiftReactiveTextView.git",
17   "source": {
18     "git": "https://github.com/protoman92/SwiftReactiveTextView.git",
19     "tag": "1.0.3"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "SwiftUIUtilities/Main": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Main",
31       "source_files": "SwiftReactiveTextField/**/*.{swift,xib}"
32     }
33   ]