[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / f / a / DataStoreManager / 0.9.1 / DataStoreManager.podspec.json
blob111e55e5e47658e7624dc44c9dd2f24ef7f7d01f
2   "name": "DataStoreManager",
3   "version": "0.9.1",
4   "summary": "This library allows you to easily manage persistent data in your iOS app.",
5   "description": "DataStoreManager is a persistent data framework written in Swift\nand can be used with Objective-C.",
6   "homepage": "https://github.com/zaidmsaid/DataStoreManager",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zaid M. Said": "zaid.shr@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/sentulasia",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/zaidmsaid/DataStoreManager.git",
23     "tag": "0.9.1"
24   },
25   "source_files": "Sources/**/*.{h,swift}",
26   "frameworks": [
27     "Security",
28     "LocalAuthentication",
29     "CloudKit"
30   ],
31   "requires_arc": true,
32   "cocoapods_version": ">= 1.6.0",
33   "swift_version": "5.0"