[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / b / 9 / SKControls / 1.0.1 / SKControls.podspec.json
blob2a81ce430a1ba4e0e2e58de15ad8f3d726e8c9f7
2   "name": "SKControls",
3   "version": "1.0.1",
4   "summary": "Custom controls to turn UITextfields into item-selection.",
5   "description": "Custom controls to turn UITextfields into item-selection with picker and date-selections.",
6   "homepage": "http://sagarrkothari.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sagar Kothari": "sag333ar@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/sag333ar/SKControls.git",
19     "tag": "1.0.1"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Controls",
25       "source_files": "Controls/*.{swift}",
26       "resource_bundles": {
27         "Controls": [
28           "Controls/*.{xib}"
29         ]
30       }
31     }
32   ]