[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / a / DataStoreManager / 0.8.8 / DataStoreManager.podspec.json
blobe01d21154c81bc53c241d7e11cd6d2286ae98fe0
2   "name": "DataStoreManager",
3   "version": "0.8.8",
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   },
20   "source": {
21     "git": "https://github.com/zaidmsaid/DataStoreManager.git",
22     "tag": "0.8.8"
23   },
24   "source_files": "Sources/**/*.{h,swift}",
25   "frameworks": [
26     "Security",
27     "LocalAuthentication",
28     "CloudKit"
29   ],
30   "requires_arc": true,
31   "cocoapods_version": ">= 1.6.0",
32   "swift_version": "5.0"