[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 5 / a / Hooks / 0.0.3 / Hooks.podspec.json
blob36e0c0e2f0a7ce0626440669fb6746f6d55195ed
2   "name": "Hooks",
3   "version": "0.0.3",
4   "summary": "Hooks for SwiftUI, It's react hooks counterpart",
5   "description": "A SwiftUI implementation of React Hooks. Enhances reusability of stateful logic and gives state and lifecycle to function view.",
6   "homepage": "https://github.com/hollyoops/SwiftUI-Hooks",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hcli@thoughtworks.com": "hcli@thoughtworks.com"
13   },
14   "source": {
15     "git": "https://github.com/hollyoops/SwiftUI-Hooks.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": "5",
23   "testspecs": [
24     {
25       "name": "HooksTests",
26       "test_type": "unit",
27       "source_files": "Tests/**/*Tests.Swift"
28     }
29   ],
30   "swift_version": "5"