[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / c / 0 / GNTextFieldsCollectionManager / 0.1.1 / GNTextFieldsCollectionManager.podspec.json
blob3f9bcc872d2eebffd0bb11a8b18aeaf5e06a9ad1
2   "name": "GNTextFieldsCollectionManager",
3   "version": "0.1.1",
4   "summary": "Manage which textFields flow (next button -> next textField).",
5   "description": "When using many textFields in one view with \"next\" functionality, you usualy end up with repeating code and with checking field one by one.\nThis tool helps you with this process by taking all textFields in specified view (or specified array of textFields) and handles the flow automaticaly.",
6   "homepage": "https://github.com/jakubknejzlik/GNTextFieldsCollectionManager",
7   "license": "MIT",
8   "authors": {
9     "Jakub Knejzlik": "jakub.knejzlik@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jakubknejzlik/GNTextFieldsCollectionManager.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "GNTextFieldsCollectionManager": [
22       "Pod/Assets/*.png"
23     ]
24   }