[Add] RSKCollectionViewRetractableFirstItemLayout 3.0.0
[CocoaPods.git] / Specs / 2 / e / f / AKUStoreManager / 0.1.0 / AKUStoreManager.podspec.json
blobad7f35756d12638cd6794227b54d94ea2ee7683e
2   "name": "AKUStoreManager",
3   "version": "0.1.0",
4   "summary": "AKUStoreManager is Testable file manager.",
5   "description": "AKUStoreManager is Testable file manager.\nDirectoryManager is assign to test directory during testing.",
6   "homepage": "https://github.com/akuraru/AKUStoreManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "akuraru": "akuraru@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/akuraru/AKUStoreManager.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/akuraru",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "default_subspecs": "Core",
23   "swift_versions": "5.2",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "AKUStoreManager/Classes/DirectoryManager.swift"
28     },
29     {
30       "name": "Tester",
31       "source_files": "AKUStoreManager/Classes/DirectoryManagerTester.swift",
32       "dependencies": {
33         "AKUStoreManager/Core": [
35         ]
36       }
37     }
38   ],
39   "swift_version": "5.2"