[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / f / a / DataStoreManager / 0.9.3 / DataStoreManager.podspec.json
blob23197cacafe524a603dd335f0f4aafdcd8125dbf
2   "name": "DataStoreManager",
3   "version": "0.9.3",
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.3"
24   },
25   "source_files": "Sources/**/*.{h,swift}",
26   "frameworks": [
27     "Security",
28     "LocalAuthentication",
29     "CoreData",
30     "CloudKit"
31   ],
32   "requires_arc": true,
33   "cocoapods_version": ">= 1.6.0",
34   "swift_version": "5.0"